Skip to content

Commit 4100064

Browse files
committed
docs: fix run cmd
1 parent 51eff78 commit 4100064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DOCKER_BUILDKIT=1 docker build . -t gbnc
1212
docker run \
1313
--env HUGGING_FACE_HUB_TOKEN=$HUGGING_FACE_HUB_TOKEN \
1414
--volume "$(pwd)/gswikichat":/workspace/gswikichat \
15-
--volume gbnc_cache:/root/.cache
15+
--volume gbnc_cache:/root/.cache \
1616
--publish 8000:8000 \
1717
--rm \
1818
--interactive \

0 commit comments

Comments
 (0)