We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71acd96 commit 7f5fde9Copy full SHA for 7f5fde9
.ci/docker/build.sh
@@ -11,8 +11,9 @@ IMAGE_NAME="$1"
11
shift
12
13
export UBUNTU_VERSION="20.04"
14
+export CUDA_VERSION="12.1.1"
15
-export BASE_IMAGE="ubuntu:${UBUNTU_VERSION}"
16
+export BASE_IMAGE="nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}"
17
echo "Building ${IMAGE_NAME} Docker image"
18
19
docker build \
0 commit comments