Skip to content

Commit

Permalink
fix -it
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-pfeiffer committed Aug 20, 2024
1 parent 28536fb commit 01de3f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ endif
--shm-size=64g \
--init \
--rm \
--it \
-it \
-u `id -u`:`id -g` \
-p 10101:10101 \
-v `pwd`/llmstudio_mnt:/home/llmstudio/mount \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ docker run \
--shm-size=64g \
--init \
--rm \
--it \
-it \
-u `id -u`:`id -g` \
-p 10101:10101 \
-v `pwd`/llmstudio_mnt:/home/llmstudio/mount \
Expand All @@ -208,7 +208,7 @@ docker run \
--shm-size=64g \
--init \
--rm \
--it \
-it \
-u `id -u`:`id -g` \
-p 10101:10101 \
-v `pwd`/llmstudio_mnt:/home/llmstudio/mount \
Expand Down
4 changes: 2 additions & 2 deletions documentation/docs/get-started/set-up-llm-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ docker run \
--shm-size=64g \
--init \
--rm \
--it \
-it \
-p 10101:10101 \
-v `pwd`/llmstudio_mnt:/home/llmstudio/mount \
-v ~/.cache:/home/llmstudio/.cache \
Expand All @@ -292,7 +292,7 @@ docker run \
--shm-size=64g \
--init \
--rm \
--it \
-it \
-p 10101:10101 \
-v `pwd`/llmstudio_mnt:/home/llmstudio/mount \
-v ~/.cache:/home/llmstudio/.cache \
Expand Down

0 comments on commit 01de3f7

Please sign in to comment.