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 f2d52bd commit 5ae8eadCopy full SHA for 5ae8ead
.ci/docker/Dockerfile
@@ -1,6 +1,4 @@
1
ARG BASE_IMAGE
2
-ARG CUDA_VERSION
3
-ARG UBUNTU_VERSIOn
4
FROM ${BASE_IMAGE}
5
6
ENV DEBIAN_FRONTEND noninteractive
.ci/docker/build.sh
@@ -10,7 +10,6 @@ set -exu
10
IMAGE_NAME="$1"
11
shift
12
13
-export CUDA_VERSION="12.1.1"
14
export UBUNTU_VERSION="20.04"
15
16
export BASE_IMAGE="ubuntu:${UBUNTU_VERSION}"
@@ -21,7 +20,5 @@ docker build \
21
20
--progress=plain \
22
-f Dockerfile \
23
--build-arg BASE_IMAGE="${BASE_IMAGE}" \
24
- --build-arg CUDA_VERSION="${CUDA_VERSION}" \
25
- --build-arg UBUNTU_VERSION="${UBUNTU_VERSION}" \
26
"$@" \
27
.
0 commit comments