You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on Docker Desktop for Windows, am able to build the docker image using the DockerFile, but am having trouble using docker run. Error is [FATAL tini (7)] exec /workspace/entrypoint.sh failed: No such file or directory
Supplied command is docker run --runtime=nvidia --shm-size=64g --init --rm -it -u llmstudio:llmstudio -p 10102:10102 -v \llmstudio_mnt:/home/llmstudio/mount -v ~/.cache:/home/llmstudio/.cache h2o-llmstudio
The text was updated successfully, but these errors were encountered:
🚀 Feature
Support Docker Desktop on Windows
Motivation
Currently on Docker Desktop for Windows, am able to build the docker image using the DockerFile, but am having trouble using
docker run
. Error is[FATAL tini (7)] exec /workspace/entrypoint.sh failed: No such file or directory
Supplied command is
docker run --runtime=nvidia --shm-size=64g --init --rm -it -u llmstudio:llmstudio -p 10102:10102 -v \llmstudio_mnt:/home/llmstudio/mount -v ~/.cache:/home/llmstudio/.cache h2o-llmstudio
The text was updated successfully, but these errors were encountered: