You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after Waiting 10 seconds,
(animated_drawings) root@iZmj7apgrkrc74erbt5rt4Z:/mywork/AnimatedDrawings/torchserve# curl http://localhost:8080/ping
{
"code": 400,
"type": "InvalidKeyException",
"message": "Token Authorization failed. Token either incorrect, expired, or not provided correctly"
}
Following the steps in the documentation, if it reports an error as above, what are the requirements for the cuda environment to build the docker image? For example, the version of cuda and GPU driver.
The text was updated successfully, but these errors were encountered:
I've met the same issue, but in my case I' running torchserve on a remote Linux. I've tried address http://0.0.0.0:8080; https://127.0.0.1:8443 for inference, both give the same error when test curl with ping. What went wrong??? Plz help!
(animated_drawings) root@iZmj7apgrkrc74erbt5rt4Z:~/mywork/AnimatedDrawings/torchserve# docker run -d --name docker_torchserve -p 8080:8080 -p 8081:8081 docker_torchserve
a49cdc409dccf777dda22ef4d316fadf35dba2c49f70643d8be2c166451e0346
after Waiting
10 seconds,/mywork/AnimatedDrawings/torchserve# curl http://localhost:8080/ping(animated_drawings) root@iZmj7apgrkrc74erbt5rt4Z:
{
"code": 400,
"type": "InvalidKeyException",
"message": "Token Authorization failed. Token either incorrect, expired, or not provided correctly"
}
Following the steps in the documentation, if it reports an error as above, what are the requirements for the cuda environment to build the docker image? For example, the version of cuda and GPU driver.
The text was updated successfully, but these errors were encountered: