Skip to content

Commit

Permalink
Small build fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
galv committed Sep 7, 2023
1 parent a3b5bbd commit 55b6e4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## It is possible to just use defaults and have a pure manylinux2014 with CUDA on top
## DALI is based on "manylinux2014", official page https://github.com/pypa/manylinux
#########################################################################################
ARG CUDA_VER=11.2.1
ARG CUDA_VER=11.2.2
ARG ARCH=x86_64
ARG FROM_IMAGE_NAME=quay.io/pypa/manylinux2014_x86_64
ARG CUDA_IMAGE=nvidia/cuda:11.2.1-devel-centos7 # nvidia/dali:cuda${CUDA_VER}_${ARCH}.toolkit
ARG CUDA_IMAGE=nvidia/cuda:${CUDA_VER}-devel-centos7 # nvidia/dali:cuda${CUDA_VER}_${ARCH}.toolkit
FROM ${CUDA_IMAGE} as cuda
FROM ${FROM_IMAGE_NAME}

Expand Down
2 changes: 2 additions & 0 deletions cibuildwheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ export CIBW_BUILD_VERBOSITY=3

docker build -t $CIBW_MANYLINUX_X86_64_IMAGE .

rm -rf build/

pipx run cibuildwheel --platform linux

0 comments on commit 55b6e4d

Please sign in to comment.