Spaces:
Sleeping
Sleeping
Rajeev-86
commited on
Commit
·
4496593
1
Parent(s):
a288c8d
updated Dockerfile CMD to disable token authorization
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -26,4 +26,5 @@ CMD ["torchserve", \
|
|
| 26 |
"--start", \
|
| 27 |
"--ncs", \
|
| 28 |
"--model-store", "/home/model-server/model_store", \
|
| 29 |
-
"--models", "model_unet=UNET.mar,model_runet=R-UNET.mar,model_arunet=A-R-UNET.mar"
|
|
|
|
|
|
| 26 |
"--start", \
|
| 27 |
"--ncs", \
|
| 28 |
"--model-store", "/home/model-server/model_store", \
|
| 29 |
+
"--models", "model_unet=UNET.mar,model_runet=R-UNET.mar,model_arunet=A-R-UNET.mar", \
|
| 30 |
+
"--disable-token-auth"]
|