更新 Dockerfile

This commit is contained in:
2026-04-10 17:51:17 +08:00
parent 5b31fc1876
commit 4452e94028

View File

@@ -7,6 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua
ADD . /workspace
EXPOSE 80
EXPOSE 8000
CMD ["sh","-c","python3 transformers_server.py"]