Skip to content
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

Dockerfile.wm build not successful #22

Open
euanjudd opened this issue May 17, 2022 · 0 comments
Open

Dockerfile.wm build not successful #22

euanjudd opened this issue May 17, 2022 · 0 comments

Comments

@euanjudd
Copy link

After running:
docker container run -p 8888:8888 --gpus '"device=0"' --detach -it --name wm wm:1.0
It did not build successfully and I got an error starting with:
Building wheel for grpcio (setup.py): finished with status 'error'
And
Could not find <Python.h>
It built successfully only after moving the install lines between 92 and 112 to line 42:
RUN apt install -y python3-dev git wget libopenmpi-dev xvfb python-opengl fontconfig cmake gcc unzip zlib1g-dev libjpeg-dev libsdl2-dev libboost-all-dev gdb
This is for anyone who has the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant