Skip to content
Snippets Groups Projects
Commit 3f646b84 authored by Ahmet Öner's avatar Ahmet Öner
Browse files

Update CUDA base image to reduce image size

parent e683ecc9
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