improved docker file

pull/549/head
Jingyi 2024-03-14 09:06:00 +08:00
parent 8ffd455493
commit aa48252095
1 changed files with 0 additions and 2 deletions

View File

@ -33,6 +33,4 @@ RUN apt-get update -y && \
apt-get autoremove -y && \
apt-get autoclean -y
SHELL ["/bin/bash", "-c"]
ENTRYPOINT ["bash", "/opt/ml/code/serve_start"]