zero commited on
Commit
c9389ea
1 Parent(s): fdd6022

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
- FROM registry.cn-hangzhou.aliyuncs.com/fastgpt_docker/m3e-large-api:latest
 
2
 
3
  CMD ["python3"]
4
  WORKDIR /app
 
1
+ #FROM registry.cn-hangzhou.aliyuncs.com/fastgpt_docker/m3e-large-api:latest
2
+ FROM stawky/m3e-large-api:latest
3
 
4
  CMD ["python3"]
5
  WORKDIR /app