NRw3sK-M3E2 / Dockerfile
zero
Update Dockerfile
7ba91cf verified
raw
history blame
No virus
323 Bytes
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"]