Skip to content

Commit

Permalink
Bringing the extra ARGs back just for clarity about what are the argu…
Browse files Browse the repository at this point in the history
…ments
  • Loading branch information
abellina committed Apr 5, 2022
1 parent 5611073 commit b8593da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jenkins/Dockerfile-blossom.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@

ARG CUDA_VER=11.0
ARG UBUNTU_VER=18.04
ARG UCX_VER=1.12.1
ARG UCX_CUDA_VER=11
FROM nvidia/cuda:${CUDA_VER}-runtime-ubuntu${UBUNTU_VER}
ARG CUDA_VER
ARG UBUNTU_VER
ARG UCX_VER=1.12.1
ARG UCX_CUDA_VER=11
ARG UCX_VER
ARG UCX_CUDA_VER

# Install jdk-8, jdk-11, maven, docker image
RUN apt-get update -y && \
Expand Down

0 comments on commit b8593da

Please sign in to comment.