-
Notifications
You must be signed in to change notification settings - Fork 138
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
Accessing GPU in Google Colab with udocker #425
Comments
how's it going? |
No idea |
Any update on this @yimingsun12138 |
In fact, the errors above are simply due to the absence of some directories on the host machine. The relevant Traceback is as follows: Vulkan and OpenCL are not pre-installed in Google Colab, so this doesn't matter. The real issue stems from the copying logic of the nvidia-related files. I've attempted to fix this in #438. Before it is merged, you can try to replace the Also you can try to use apptainer, it works in Google Colab, but you need to add nvidia library path to
To run apptainer by root user, you need to use |
Hi udocker Team,
Firstly, I'd like to express my appreciation for your remarkable efforts on the udocker project. It has significantly streamlined my workflows as a data scientist, especially for running various containers on Google Colab.
I am currently exploring the possibility of leveraging Google Colab's GPU within a udocker container. I attempted to enable GPU access by using the udocker setup with Nvidia support via the following steps:
After retrieving the container ID, I proceeded with the Nvidia setup:
However, I encountered some errors during the setup:
I have no idea how to resolve these errors. Could you provide any guidance or suggestions to help address this issue? Any assistance would be greatly appreciated.
Thank you for your support and for continuing to improve this amazing tool.
The text was updated successfully, but these errors were encountered: