Skip to content

Commit

Permalink
Merge pull request #296 from frnzee/DisableTokenAuth
Browse files Browse the repository at this point in the history
Invalid key exception fix
  • Loading branch information
hjessmith authored Aug 9, 2024
2 parents 981283a + eefc9a0 commit b866217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchserve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b866217

Please sign in to comment.