Skip to content
Snippets Groups Projects
Unverified Commit 338faafe authored by Ahmet Öner's avatar Ahmet Öner Committed by GitHub
Browse files

Merge pull request #287 from ahmetoner/reduce-gpu-image-size

Update CUDA base image to reduce image size
parents e683ecc9 3f646b84
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,10 @@ Changelog ...@@ -4,6 +4,10 @@ Changelog
Unreleased Unreleased
---------- ----------
### Changed
- Reduced GPU image size by using `nvidia/cuda:12.6.3-base-ubuntu22.04`
[1.8.1] (2025-02-18) [1.8.1] (2025-02-18)
-------------------- --------------------
......
...@@ -2,7 +2,7 @@ FROM onerahmet/ffmpeg:n7.1 AS ffmpeg ...@@ -2,7 +2,7 @@ FROM onerahmet/ffmpeg:n7.1 AS ffmpeg
FROM swaggerapi/swagger-ui:v5.9.1 AS swagger-ui FROM swaggerapi/swagger-ui:v5.9.1 AS swagger-ui
FROM nvidia/cuda:12.6.3-cudnn-runtime-ubuntu22.04 FROM nvidia/cuda:12.6.3-base-ubuntu22.04
ENV PYTHON_VERSION=3.10 ENV PYTHON_VERSION=3.10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment