[Docker] Update the CUDA version in the default Docker image to 12.8 (from 12.1)#3166
[Docker] Update the CUDA version in the default Docker image to 12.8 (from 12.1)#3166peterschmidt85 merged 5 commits intomasterfrom
Conversation
|
@peterschmidt85, IIRC, cuda 12.8 drops support for old architectures which includes V100, so these old GPUs should be handled if dstack still supports them without custom images. |
|
Old architectures are said to only be deprecated but I remember having some issues with 12.8 and V100. Maybe related to pytorch or smth, so worth testing.
|
@r4victor Interestingly enough, when we use V100, we would automatically fallback to our previous OS image that comes with CUDA 12.2, and if we run our new Docker image with CUDA 12.8, V100 will work - I've just confirmed that. I propose to merge this PR as is. cc @jvstme |
|
Building 0.11 nowo via https://github.com/dstackai/dstack/actions/runs/18349808238 |
|
0.11 for Azure is finally built via https://github.com/dstackai/dstack/actions/runs/18377527747/job/52356839044 |
…(from 12.1) #3163 Updated base_image to 0.11
Fixes #3163