blanchon commited on
Commit
3367efc
·
1 Parent(s): ec69a8d
Files changed (1) hide show
  1. README.md +0 -1
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