We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6462fde commit 2dc8898Copy full SHA for 2dc8898
docs/DOCKER_QUICK_REFERENCE.md
@@ -133,10 +133,4 @@ docker rmi ghcr.io/ucrparlay/spacetreelib:latest
133
**Solution:** Reduce `--node-size` or increase system RAM
134
135
**Issue:** Script changes not reflected
136
-**Solution:** Rebuild image with `./docker-run.sh build` or pull latest with `./docker-run.sh pull`
137
-
138
-**Issue:** Cannot pull image (permission denied)
139
-**Solution:** The package may be private. Ask repository admin to make it public in GitHub package settings, or authenticate with:
140
-```bash
141
-echo YOUR_GITHUB_TOKEN | docker login ghcr.io -u YOUR_USERNAME --password-stdin
142
-```
+**Solution:** Rebuild image with `./docker-run.sh build`
0 commit comments