We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d14f0 commit 03a5667Copy full SHA for 03a5667
.github/workflows/build_dev.yaml
@@ -193,6 +193,7 @@ jobs:
193
BUILDARGS="--build-arg base_image=ghcr.io/nvidia/cuda-quantum-devdeps:manylinux-${{ matrix.platform }}-cu${{ matrix.cuda_version }}-gcc11-main"
194
BUILDARGS+=" --build-arg python_version=${{ matrix.python }}"
195
BUILDARGS+=" --build-arg cuda_version=${{ matrix.cuda_version }}"
196
+ BUILDARGS+=" --ulimit nofile=1048576:1048576"
197
# For some reason, this fails on amd64 unless DOCKER_BUILDKIT=0 is set.
198
# The exact error is: too many open files.
199
DOCKER_BUILDKIT=0 docker build $TAGS $BUILDARGS -f docker/build_env/cudaqx.wheel.Dockerfile .
0 commit comments