Skip to content

Commit

Permalink
try DOCKER_BUILDKIT=0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhowe23 committed Feb 8, 2025
1 parent 7cdd808 commit 77d24d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,13 @@ jobs:
run: |
echo "ulimit -a"
ulimit -a
ulimit -n 2000000
ulimit -a
echo '.git' >> ~/.dockerignore
TAGS="-t ghcr.io/nvidia/cudaqx-dev:${{ steps.get-cudaq-version-short.outputs.commit_date }}-${{ steps.get-cudaq-version-short.outputs.shortref }}-py${{ matrix.python }}-${{ matrix.platform }}"
TAGS+=" -t ghcr.io/nvidia/cudaqx-dev:${{ steps.get-cudaq-version-short.outputs.shortref }}-py${{ matrix.python }}-${{ matrix.platform }}"
TAGS+=" -t ghcr.io/nvidia/cudaqx-dev:latest-py${{ matrix.python }}-${{ matrix.platform }}"
BUILDARGS="--build-arg base_image=ghcr.io/nvidia/cuda-quantum-devdeps:manylinux-${{ matrix.platform }}-cu12.0-gcc11-main"
BUILDARGS+=" --build-arg python_version=${{ matrix.python }}"
docker build $TAGS $BUILDARGS -f docker/build_env/cudaqx.wheel.Dockerfile .
DOCKER_BUILDKIT=0 docker build $TAGS $BUILDARGS -f docker/build_env/cudaqx.wheel.Dockerfile .
docker push -a ghcr.io/nvidia/cudaqx-dev
shell: bash --noprofile --norc -euo pipefail {0}

Expand Down

0 comments on commit 77d24d0

Please sign in to comment.