Lightweight docker image for inference generation.
Hello All, I am currently using
pytorch/pytorch:2.2.1-cuda12.1-cudnn8-runtime
image for my servreless endpoint. The issue is that my Github action to build and push the docker image fails due ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
Is there any recommended lightweight docker image that I can use?4 Replies
let me see
Try
nvcr.io/nvidia/cuda:12.1.0-runtime-ubuntu20.04
The image is scheduled for deletion. Is there any other image that I can try.
**
DEPRECATION NOTICE!
**
THIS IMAGE IS DEPRECATED and is scheduled for DELETION.
https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/support-policy.md
i know right
try other later version if you want to
Ok..