diff --git a/torchserve/Dockerfile b/torchserve/Dockerfile index 22dc5b44..886010d5 100644 --- a/torchserve/Dockerfile +++ b/torchserve/Dockerfile @@ -43,4 +43,4 @@ RUN wget https://github.com/facebookresearch/AnimatedDrawings/releases/download/ COPY config.properties /home/torchserve/config.properties # starting command -CMD /opt/conda/bin/torchserve --start --ts-config /home/torchserve/config.properties && sleep infinity +CMD /opt/conda/bin/torchserve --start --disable-token-auth --ts-config /home/torchserve/config.properties && sleep infinity