更新 Dockerfile
This commit is contained in:
@@ -7,6 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua
|
|||||||
|
|
||||||
ADD . /workspace
|
ADD . /workspace
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 8000
|
||||||
CMD ["sh","-c","python3 transformers_server.py"]
|
CMD ["sh","-c","python3 transformers_server.py"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user