Spaces:
Building
Building
Update Dockerfile
Browse files- 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
|