Skip to content

Conversation

@peterschmidt85
Copy link
Contributor

@peterschmidt85 peterschmidt85 commented Oct 8, 2025

Fixes #3163

  • Build 0.11rc3 on staging and do a minimum test
  • Build 0.11 on production
  • Update the image version in sources to 0.11

@r4victor
Copy link
Collaborator

r4victor commented Oct 8, 2025

@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.

@r4victor
Copy link
Collaborator

r4victor commented Oct 8, 2025

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.

Architecture support for Maxwell, Pascal, and Volta is considered feature-complete and will be frozen in an upcoming release.

https://docs.nvidia.com/cuda/archive/12.8.0/cuda-toolkit-release-notes/index.html#deprecated-or-dropped-features

@peterschmidt85
Copy link
Contributor Author

peterschmidt85 commented Oct 8, 2025

@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.

@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

@peterschmidt85
Copy link
Contributor Author

@peterschmidt85
Copy link
Contributor Author

0.11 for Azure is finally built via https://github.com/dstackai/dstack/actions/runs/18377527747/job/52356839044

@peterschmidt85 peterschmidt85 marked this pull request as ready for review October 9, 2025 14:12
@peterschmidt85 peterschmidt85 merged commit 65f8d48 into master Oct 9, 2025
28 checks passed
@peterschmidt85 peterschmidt85 deleted the 3163-docker-cuda-128 branch October 9, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docker] Update the CUDA version in the default Docker image to 12.8 (from 12.1)

4 participants