Skip to content

Commit

Permalink
[BUG] fix IT dockerfile arguments [skip ci] (NVIDIA#885)
Browse files Browse the repository at this point in the history
* [BUG] fix IT dockerfile arguments

Signed-off-by: Peixin Li <pxli@nyu.edu>
  • Loading branch information
pxLi authored Sep 30, 2020
1 parent fe2e297 commit 2461aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/Dockerfile-blossom.integration.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
###
ARG CUDA_VER=10.1
FROM nvidia/cuda:${CUDA_VER}-runtime-centos7
ARG CUDA_VER
ARG CUDF_VER
ARG URM_URL

Expand Down
1 change: 1 addition & 0 deletions jenkins/Dockerfile.integration.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
###
ARG CUDA_VER=10.1
FROM nvidia/cuda:${CUDA_VER}-runtime-centos7
ARG CUDA_VER
ARG CUDF_VER
ARG URM_URL

Expand Down

0 comments on commit 2461aa9

Please sign in to comment.