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 51eff78 commit 4100064Copy full SHA for 4100064
README.md
@@ -12,7 +12,7 @@ DOCKER_BUILDKIT=1 docker build . -t gbnc
12
docker run \
13
--env HUGGING_FACE_HUB_TOKEN=$HUGGING_FACE_HUB_TOKEN \
14
--volume "$(pwd)/gswikichat":/workspace/gswikichat \
15
- --volume gbnc_cache:/root/.cache
+ --volume gbnc_cache:/root/.cache \
16
--publish 8000:8000 \
17
--rm \
18
--interactive \
0 commit comments