File size: 323 Bytes
18e3380
 
f6b430f
9f18676
 
 
3061179
f6b430f
 
 
fdd6022
e995c2c
1
2
3
4
5
6
7
8
9
10
11
12
#FROM registry.cn-hangzhou.aliyuncs.com/fastgpt_docker/m3e-large-api:latest
FROM stawky/m3e-large-api:latest

ENV PYTHON_VERSION=3.10.13
ENV PYTHON_PIP_VERSION=23.0.1
ENV PYTHON_SETUPTOOLS_VERSION=65.5.1

CMD ["python3"]
WORKDIR /app

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