Skip to content

Commit

Permalink
Update ci-conda.Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: jakirkham <[email protected]>
  • Loading branch information
bdice and jakirkham authored Oct 4, 2023
1 parent 42535dd commit 3b82839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN \
case "${CUDA_VER}" in \
"11"*) \
PKG_CUDA_VER="$(echo ${CUDA_VER} | cut -d '.' -f1,2 | tr '.' '-')"; \
echo "Installing CUDA Toolkit ${PKG_CUDA_VER}"; \
echo "Attempting to install CUDA Toolkit ${PKG_CUDA_VER}"; \
case "${LINUX_VER}" in \
"ubuntu"*) \
apt-get update \
Expand Down

0 comments on commit 3b82839

Please sign in to comment.