Skip to content

Commit

Permalink
fix: correct the cuda image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-Huang committed Feb 12, 2025
1 parent c0fa6db commit 5dd80a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Base image with common dependencies
FROM nvcr.io/nvidia/cuda:12.4.0-cudnn8-runtime-ubuntu22.04 as base
FROM nvcr.io/nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04 as base

# Prevents prompts from packages asking for user input during installation
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 5dd80a0

Please sign in to comment.