Skip to content

Commit

Permalink
Make the wget progress less chatty
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeitong committed Jul 24, 2024
1 parent 3cd14d2 commit da4b411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda-devpack.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN <<EOF
EOF

RUN <<EOF
wget ${CUDNN_URL}${CUDNN_ARCHIVE}.tar.xz
wget -nv --show-progress --progress=dot:mega ${CUDNN_URL}${CUDNN_ARCHIVE}.tar.xz
tar -xf ${CUDNN_ARCHIVE}.tar.xz
cp -r ${CUDNN_ARCHIVE}/include/* /usr/local/cuda/include
cp -r ${CUDNN_ARCHIVE}/lib/* /usr/local/cuda/lib64
Expand Down

0 comments on commit da4b411

Please sign in to comment.