-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 #23
Comments
>>> import vispy; print(vispy.sys_info())
Platform: Linux-4.15.0-96-generic-x86_64-with-debian-buster-sid
Python: 3.7.4 (default, Aug 13 2019, 20:35:49) [GCC 7.3.0]
NumPy: 1.17.4
App info-gathering error:
Traceback (most recent call last):
File "/opt/conda/lib/python3.7/site-packages/vispy/util/config.py", line 422, in sys_info
app = use_app(call_reuse=False) # suppress messages
File "/opt/conda/lib/python3.7/site-packages/vispy/app/_default_app.py", line 47, in use_app
default_app = Application(backend_name)
File "/opt/conda/lib/python3.7/site-packages/vispy/app/application.py", line 49, in __init__
self._use(backend_name)
File "/opt/conda/lib/python3.7/site-packages/vispy/app/application.py", line 256, in _use
'PyQt' % [b[0] for b in CORE_BACKENDS])
RuntimeError: Could not import any of the backends. You need to install any of ['PyQt4', 'PyQt5', 'PySide', 'PySide2', 'Pyglet', 'Glfw', 'SDL2', 'wx', 'EGL', 'osmesa']. We recommend PyQt |
Working docker stuff: Dockerfile
docker-compose.yaml:
start.sh:
To make magic happen type in same folder
|
I've used this as the starting point to make an automated build on Docker Hub here: https://hub.docker.com/r/ryanfb/3d-photo-inpainting |
@ryanfb sorry, do you have any ideas how can I fix it?
|
Thanks - it looks like when I was trying to get EGL default rendering working in the container, I installed |
@ryanfb It solved the problem, thank you very much 🤝
After force cancel I'm getting this error
|
Try waiting a while longer on the video render (an hour or so). It seems to be the slowest part, and I'm not sure if will take advantage of multiple GPUs. You can also try dropping |
@ryanfb It worked again! Thank you :) |
Yeah its kind of weird. I'm running https://sdan.io/3d and it takes longer than Colab and can't figure out why (I'm running on Tesla V100s and 200gb of ram, 64 cpus) |
Yeah, there is one service which already use 3d photo inpainting |
I just executed the docker pull command. What should I do next? :) |
|
@ryanfb Thanks for creating the Dockerfile - golden! I'm trying to deploy it in a Kubernetes cluster, but I'm struggling to enable the display. I've added some further context here. If you ran into something similar and know how to fix, I'd appreaciate a nudge in the right direction. |
Hye guys,
Trying to set up stuff via docker. Bumped into issue:
My Dockerfile
docker-compose.yml
The text was updated successfully, but these errors were encountered: