crowdrender / cr-docker

The official repository for the CrowdRender docker image
59 stars 8 forks source link

Docker example not working in 19.03 #1

Closed jan-thoma closed 4 years ago

jan-thoma commented 4 years ago

With Docker 19.03 the provided examples are not working, because token is not prepended with --env. For use with GPU and port forwarding it would be better to provide a more complete example

docker run -t -d -p 9000-9025:9000-9025 --restart always --gpus all --name "crowdrender-Server" --env token=<token> zocker160/blender-crowdrender:nvidia

Jeducious commented 4 years ago

Hi Jan, does your example work for both nvidia and OpenCL GPUs?

jan-thoma commented 4 years ago

It's working for our nvidia GPU's we don't have any OpenCL capable GPU's here to to test

zocker-160 commented 4 years ago

@jan-thoma thank you for reporting the issue! That was fully my mistake, don't know what I was thinking....