NRw3sK-M3E2 / Dockerfile
complete-mmx's picture
Update Dockerfile
18e3380 verified
#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"]