-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useful docker image that can run on windows #12753
Comments
Could you please share the failure's output? |
|
Posted the errors above. The docs are confusing with WSL. If I am running something like docker desktop, or rancher desktop why do I need to mess with wsl? Shouldnt I just be able to run the container with a few args from powershell and it just work? Trying to setup conda, and other env things ads to the confusion. |
Finally making progress..
|
Still no luck, not really sure what the deal is, see a lot of errors like .
|
@glorysdj This is the output from inside of WSL. Couple questions, I am running an AMD cpu would that matter? Is there any specific WSL configuration I need to permit the gpu to be accessed within wsl?
|
|
May have just gotten it to work, by disabling the Radeon adapter in windows. Testing now..
|
Same issue after disabling and restarting..
|
Its finally running now...
I then had to exec into the container and run the following
So why is all this required is there a more straight forward way to make this just work ? |
Looking for a docker image that can run on windows just flat out. Struggling with the docs on windows, and this would make it much easier..
docker run -it --net=bridge --device=/dev/dri -p 11434:11434 -v E:\AI_Models:/root/.ollama/models -e PATH=/llm/ollama:$PATH -e OLLAMA_HOST=0.0.0.0 -e no_proxy=localhost,127.0.0.1 -e ZES_ENABLE_SYSMAN=1 -e OLLAMA_INTEL_GPU=true -e ONEAPI_DEVICE_SELECTOR=level_zero:0 -e DEVICE=Arc --shm-size="16g" --memory="32G" --name=ipex-llm intelanalytics/ipex-llm-xpu:latest
Always fails.
The text was updated successfully, but these errors were encountered: