ygauravyy commited on
Commit
227ab6c
·
verified ·
1 Parent(s): 229ddbe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,4 +43,4 @@ RUN wget https://github.com/facebookresearch/AnimatedDrawings/releases/download/
43
  COPY config.properties /home/torchserve/config.properties
44
 
45
  # starting command
46
- CMD /opt/conda/bin/torchserve --start --disable-token-auth --ts-config /home/torchserve/config.properties && sleep infinity
 
43
  COPY config.properties /home/torchserve/config.properties
44
 
45
  # starting command
46
+ CMD /opt/conda/bin/torchserve --start --disable-token-auth --ts-config /home/torchserve/config.properties && python app.py && sleep infinity