-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update service base image #7
Comments
I think upgrading is a good idea. There we a lot of changes. With respect to pytorch such a table does not exists right away. However, I checked on both websites. If use the image
we could install the most recent versions of tensorflow in version How does that sound? |
It sounds good @alessandrofasse, thanks. The biggest question a think is to figure out if users that have scripts running with the current versions will be able to use them as they are if we upgrade. Once we answer that, we can decide if we go with a new patch service version or a minor/major one. |
Yes. How it works for updating services in oSPARC is the following:
|
The images fail to build in the CI with this error:
docker.io/nvidia/cuda:11.2.1-cudnn8-runtime-ubuntu18.04: not found
Because this image doesn't exist anymore:
nvidia/cuda:11.2.1-cudnn8-runtime-ubuntu18.04
(see Dockerhub list here).Should we go with
nvidia/cuda:11.2.2-cudnn8-runtime
@alessandrofasse?Here's the table of compatibilities for tensorflow and tensorflow-gpu: https://www.tensorflow.org/install/source#gpu
Is there something similar for pytorch?
The text was updated successfully, but these errors were encountered: