Spaces:
Building
Building
Update start.sh
Browse files
start.sh
CHANGED
@@ -31,7 +31,7 @@ wait_for_service() {
|
|
31 |
|
32 |
# Start TorchServe
|
33 |
log "Starting TorchServe..."
|
34 |
-
torchserve --start --ncs --ts-config /home/
|
35 |
|
36 |
# Wait until TorchServe is up and running
|
37 |
wait_for_service "localhost" 8080
|
|
|
31 |
|
32 |
# Start TorchServe
|
33 |
log "Starting TorchServe..."
|
34 |
+
torchserve --start --ncs --ts-config /home/torchserve/model-store
|
35 |
|
36 |
# Wait until TorchServe is up and running
|
37 |
wait_for_service "localhost" 8080
|