Skip to content

Commit

Permalink
quiet cuda installation for less console output
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Jan 25, 2025
1 parent 0a805a9 commit 0c4a0fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/rocker/templates/cuda_snippet.Dockerfile.em
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ RUN \
add-apt-repository contrib && \
\@[end if]@
apt-get update && \
apt-get -y install cuda-toolkit && \
rm -rf /var/lib/apt/lists/*
apt-get -qy install cuda-toolkit && \
rm -rf /var/lib/apt/lists/* && \
echo "Successfully installed cuda-toolkit"

# File conflict problem with libnvidia-ml.so.1 and libcuda.so.1
# https://github.com/NVIDIA/nvidia-docker/issues/1551
Expand Down

0 comments on commit 0c4a0fc

Please sign in to comment.