diff --git a/Makefile b/Makefile index 1d48f684ce..61c7fa08f5 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/README.md b/README.md index a032ab0655..842540aed0 100644 --- a/README.md +++ b/README.md @@ -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 \ @@ -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 \ diff --git a/documentation/docs/get-started/set-up-llm-studio.md b/documentation/docs/get-started/set-up-llm-studio.md index 3873abe526..decb60647d 100644 --- a/documentation/docs/get-started/set-up-llm-studio.md +++ b/documentation/docs/get-started/set-up-llm-studio.md @@ -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 \ @@ -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 \