Skip to content

Commit 03a5667

Browse files
committed
Update build_dev.yaml file for Docker version changes
Signed-off-by: Ben Howe <[email protected]>
1 parent 46d14f0 commit 03a5667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ jobs:
193193
BUILDARGS="--build-arg base_image=ghcr.io/nvidia/cuda-quantum-devdeps:manylinux-${{ matrix.platform }}-cu${{ matrix.cuda_version }}-gcc11-main"
194194
BUILDARGS+=" --build-arg python_version=${{ matrix.python }}"
195195
BUILDARGS+=" --build-arg cuda_version=${{ matrix.cuda_version }}"
196+
BUILDARGS+=" --ulimit nofile=1048576:1048576"
196197
# For some reason, this fails on amd64 unless DOCKER_BUILDKIT=0 is set.
197198
# The exact error is: too many open files.
198199
DOCKER_BUILDKIT=0 docker build $TAGS $BUILDARGS -f docker/build_env/cudaqx.wheel.Dockerfile .

0 commit comments

Comments
 (0)