Skip to content

Commit

Permalink
reduce images 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 20, 2023
1 parent cb4a6af commit 73886a1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docker/manylinux2014_aarch64_cuda_12.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LABEL Description="manylinux2014_aarch64 with cuda 12.3"
# Install cuda
# ------------

VER="12-3"
ARCH="aarch64"
ARG VER="12-3"
ARG ARCH="aarch64"

RUN yum install -y yum-utils
RUN yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/sbsa/cuda-rhel9.repo
Expand Down
4 changes: 2 additions & 2 deletions docker/manylinux2014_x86_64_cuda_10.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LABEL Description="manylinux2014_x86_64 with cuda 10.2"
# Install cuda
# ------------

VER="10-2"
ARCH="x86_64"
ARG VER="10-2"
ARG ARCH="x86_64"

RUN yum install -y yum-utils
RUN yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo
Expand Down
4 changes: 2 additions & 2 deletions docker/manylinux2014_x86_64_cuda_11.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LABEL Description="manylinux2014_x86_64 with cuda 11.8"
# Install cuda
# ------------

VER="11-8"
ARCH="x86_64"
ARG VER="11-8"
ARG ARCH="x86_64"

RUN yum install -y yum-utils
RUN yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo
Expand Down
4 changes: 2 additions & 2 deletions docker/manylinux2014_x86_64_cuda_12.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LABEL Description="manylinux2014_x86_64 with cuda 12.0"
# Install cuda
# ------------

VER="12-0"
ARCH="x86_64"
ARG VER="12-0"
ARG ARCH="x86_64"

RUN yum install -y yum-utils
RUN yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo
Expand Down
4 changes: 2 additions & 2 deletions docker/manylinux2014_x86_64_cuda_12.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ LABEL Description="manylinux2014_x86_64 with cuda 12.3"
# Install cuda
# ------------

VER="12-3"
ARCH="x86_64"
ARG VER="12-3"
ARG ARCH="x86_64"

RUN yum install -y yum-utils
RUN yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo
Expand Down

0 comments on commit 73886a1

Please sign in to comment.