Skip to content

Commit

Permalink
remove unnecessary build arg in ci-wheel Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 18, 2023
1 parent a02c2e8 commit da018f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
ARG CUDA_VER=11.8.0
ARG LINUX_VER=ubuntu20.04
ARG REAL_ARCH=x86_64

ARG BASE_IMAGE=nvcr.io/nvidia/cuda:${CUDA_VER}-devel-${LINUX_VER}
FROM ${BASE_IMAGE}

ARG CUDA_VER
ARG LINUX_VER
ARG CPU_ARCH
ARG REAL_ARCH
ARG REAL_ARCH=x86_64
ARG PYTHON_VER=3.9
ARG MANYLINUX_VER
ARG POLICY=${MANYLINUX_VER}
Expand Down

0 comments on commit da018f5

Please sign in to comment.