ygauravyy commited on
Commit
3728b4e
·
verified ·
1 Parent(s): 227ab6c

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 && python app.py && 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 /home/app.py && sleep infinity