improved docker file
parent
8ffd455493
commit
aa48252095
|
|
@ -33,6 +33,4 @@ RUN apt-get update -y && \
|
||||||
apt-get autoremove -y && \
|
apt-get autoremove -y && \
|
||||||
apt-get autoclean -y
|
apt-get autoclean -y
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-c"]
|
|
||||||
|
|
||||||
ENTRYPOINT ["bash", "/opt/ml/code/serve_start"]
|
ENTRYPOINT ["bash", "/opt/ml/code/serve_start"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue