Documentation bug? Inference server on port 9001
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 319
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 133
Description
The docs say that a notebook is exposed on port 9002 but for me nothing is running on port 9002 (I get connection refused). Port 9001 shows the intro page.
inference server start --dev
No GPU detected. Using a CPU image.
Pulling image: roboflow/roboflow-inference-server-cpu:latest
...
Image roboflow/roboflow-inference-server-cpu:latest pulled.
Starting inference server container...
❯ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7b7b4fde8446 roboflow/roboflow-inference-server-cpu:latest "/bin/sh -c 'uvicorn…" 2 minutes ago Up 2 minutes 0.0.0.0:9001-9002->9001-9002/tcp, :::9001-9002->9001-9002/tcp elegant_murdock
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the documentation for inference server start --dev and compare its notebook port claim with the Docker port mapping shown in the report. Verify which service is available on ports 9001 and 9002, then update the documentation so the stated port matches the observed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100