Skip to content

Commit

Permalink
try more ulimit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhowe23 committed Feb 8, 2025
1 parent 269d41f commit 7cdd808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ 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 }}"
Expand Down

0 comments on commit 7cdd808

Please sign in to comment.