Skip to content

Commit

Permalink
Try a different limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhowe23 committed Feb 8, 2025
1 parent cdd3ace commit 269d41f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/build_env/cudaqx.wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ RUN mkdir -p /workspaces/cudaqx/cudaq && cd /workspaces/cudaqx/cudaq \
&& git remote add origin https://github.com/${CUDAQ_REPO} \
&& git fetch -q --depth=1 origin ${CUDAQ_COMMIT} \
&& git reset --hard FETCH_HEAD \
&& bash ../build_cudaq.sh --python-version ${python_version} \
&& cd .. \
&& bash build_cudaq.sh --python-version ${python_version} -j 8 \
&& rm -rf build

0 comments on commit 269d41f

Please sign in to comment.