Skip to content

Commit 5ae8ead

Browse files
committed
update
1 parent f2d52bd commit 5ae8ead

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.ci/docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
ARG BASE_IMAGE
2-
ARG CUDA_VERSION
3-
ARG UBUNTU_VERSIOn
42
FROM ${BASE_IMAGE}
53

64
ENV DEBIAN_FRONTEND noninteractive

.ci/docker/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ set -exu
1010
IMAGE_NAME="$1"
1111
shift
1212

13-
export CUDA_VERSION="12.1.1"
1413
export UBUNTU_VERSION="20.04"
1514

1615
export BASE_IMAGE="ubuntu:${UBUNTU_VERSION}"
@@ -21,7 +20,5 @@ docker build \
2120
--progress=plain \
2221
-f Dockerfile \
2322
--build-arg BASE_IMAGE="${BASE_IMAGE}" \
24-
--build-arg CUDA_VERSION="${CUDA_VERSION}" \
25-
--build-arg UBUNTU_VERSION="${UBUNTU_VERSION}" \
2623
"$@" \
2724
.

0 commit comments

Comments
 (0)