Skip to content

Commit 9aafe13

Browse files
committed
fix: update GPU Docker configuration to use CUDA 12.8
- Update docker-compose.gpu.yml to use Dockerfile-cuda128 instead of Dockerfile-gpu - Change Docker image reference from cuda-11 to cuda128 to align with the new CUDA version
1 parent 74f06a3 commit 9aafe13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ services:
44
app:
55
build:
66
context: .
7-
dockerfile: Dockerfile-gpu
7+
dockerfile: Dockerfile-cuda128
88
# You can find your architecture by running: nvidia-smi if on linux
99
# You can find your architecture by running: system_profiler SPDisplaysDataType if on mac
1010
# You can find your architecture by running: wmic path win32_videocontroller get name if on windows
1111
# You will need to change the image to match your architecture, E.G. "main-cuda-11"
12-
image: ghcr.io/rishikanthc/scriberr:main-cuda-11
12+
image: ghcr.io/rishikanthc/scriberr:main-cuda128
1313
deploy:
1414
resources:
1515
reservations:

0 commit comments

Comments
 (0)