Skip to content

Commit 338faaf

Browse files
authored
Merge pull request #287 from ahmetoner/reduce-gpu-image-size
Update CUDA base image to reduce image size
2 parents e683ecc + 3f646b8 commit 338faaf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
Unreleased
55
----------
66

7+
### Changed
8+
9+
- Reduced GPU image size by using `nvidia/cuda:12.6.3-base-ubuntu22.04`
10+
711
[1.8.1] (2025-02-18)
812
--------------------
913

Dockerfile.gpu

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM onerahmet/ffmpeg:n7.1 AS ffmpeg
22

33
FROM swaggerapi/swagger-ui:v5.9.1 AS swagger-ui
44

5-
FROM nvidia/cuda:12.6.3-cudnn-runtime-ubuntu22.04
5+
FROM nvidia/cuda:12.6.3-base-ubuntu22.04
66

77
ENV PYTHON_VERSION=3.10
88

0 commit comments

Comments
 (0)