Spaces:
Sleeping
Sleeping
Update
Browse files
README.md
CHANGED
@@ -104,7 +104,6 @@ python -m inference_server.cli --server-only --host localhost --port 8080
|
|
104 |
# Build and run
|
105 |
docker build -t robothub-inference-server .
|
106 |
docker run -p 7860:7860 \
|
107 |
-
-v /path/to/your/models:/app/checkpoints \
|
108 |
robothub-inference-server
|
109 |
```
|
110 |
|
|
|
104 |
# Build and run
|
105 |
docker build -t robothub-inference-server .
|
106 |
docker run -p 7860:7860 \
|
|
|
107 |
robothub-inference-server
|
108 |
```
|
109 |
|