Skip to content

Fix: Update CUDA Base Image from 11.4.0 to 11.8.0 #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KittichoteKamalapirat
Copy link

Description

This pull request addresses an issue with the Docker build process failing due to the missing CUDA base image version 11.4.0. The error encountered is shown below:

ERROR [internal] load metadata for docker.io/nvidia/cuda:11.4.0-cudnn8-devel-ubuntu18.04
docker.io/nvidia/cuda:11.4.0-cudnn8-devel-ubuntu18.04: not found

Reason for the Change

Issue Resolution: The specified CUDA base image 11.4.0 is unavailable in the Docker registry, causing build failures.
Compatibility: CUDA 11.8.0 is compatible with the current setup and does not introduce any breaking changes to the application.

Testing Performed

Docker Build:

  • Executed the following command to build the Docker image:
docker build -t openpose .
  • Outcome: The build completed successfully without errors, confirming that the new base image is available and compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants