h2oai / h2o-llmstudio

H2O LLM Studio - a framework and no-code GUI for fine-tuning LLMs. Documentation: https://docs.h2o.ai/h2o-llmstudio/
https://h2o.ai
Apache License 2.0
4.02k stars 416 forks source link

[FEATURE] Support Windows Docker/WSL #876

Open shaunhp opened 1 month ago

shaunhp commented 1 month ago

🚀 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

pascal-pfeiffer commented 3 days ago

H2O LLM Studio does run on WSL2, can you provide more information where it fails for you?