mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-22 10:50:12 +01:00
upgrade dev to CUDA 12.4
This commit is contained in:
parent
5a0b6c10ba
commit
f83d451e86
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue