upgrade dev to CUDA 12.4

This commit is contained in:
Madiator2011 2024-10-31 21:10:28 +01:00 committed by GitHub
parent 5a0b6c10ba
commit f83d451e86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# Use the specified base image # Use the specified base image
# lutzapps - use uppercase "AS" # lutzapps - use uppercase "AS"
FROM madiator2011/better-base:cuda12.1 AS base FROM madiator2011/better-base:cuda12.4 AS base
# lutzapps - prepare for local developement and debugging # lutzapps - prepare for local developement and debugging
# needed to change the ORDER of "apt-get commands" and move the "update-alternatives" for python3 # needed to change the ORDER of "apt-get commands" and move the "update-alternatives" for python3