File size: 223 Bytes
c9389ea
 
f6b430f
 
 
 
fdd6022
f6b430f
1
2
3
4
5
6
7
8
#FROM registry.cn-hangzhou.aliyuncs.com/fastgpt_docker/m3e-large-api:latest
FROM stawky/m3e-large-api:latest

CMD ["python3"]
WORKDIR /app

EXPOSE 6008
CMD ["uvicorn" "localembedding:app" "--host" "0.0.0.0" "--port" "6008"]