-
Notifications
You must be signed in to change notification settings - Fork 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
Add container images for the GPU version of TensorFlow and PyTorch Notebook #2095
Comments
New CUDA enabled |
@mathbunnyru , @johanna-reiml-hpi , |
Most of the work was done by @johanna-reiml-hpi in #2091 🙂
Yes. Please, create 2 separate PRs. We already have a regular tensorflow image, and your PR should look very similar to the PR mentioned above (except it won't have common parts making For jax, we don't have an image, and I haven't used this package - so if there are separate CPU and GPU packages, you should add a regular image, and then GPU variants for cuda11 and cuda12 as well. Note: we have a policy on adding new images and packages, so I can't promise you your PRs will be merged. But it's definitely worth trying - at least we will know the current state of installing these packages on top of our images. If we won't merge these images, we can always merge new recipes. |
@y-vectorfield how is it going? Do you need any help? |
@mathbunnyru Would you also be interested for the CPU-only image to use tensorflow-cpu (207.2 MB) instead of tensorflow (475.3 MB)? According to the TensorFlow installation instructions tensorflow-cpu is an official build. |
@ChristofKaufmann I think it makes sense, especially if we will have separate cuda-enabled image. |
What docker image(s) is this feature applicable to?
pytorch-notebook, tensorflow-notebook
What change(s) are you proposing?
We can not implement the GPU version of TensorFlow and PyTorch on the containers using these images.
Therefore, I'd like to propose the images for the GPU version of TensorFlow and PyTorch Notebook images.
How does this affect the user?
We can implement the GPU version of TensorFlow and PyTorch on Jupyter Notebook using these images.
Anything else?
No response
The text was updated successfully, but these errors were encountered: