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 8875b40 commit b55abe8Copy full SHA for b55abe8
backfill_corrections/Makefile
@@ -83,7 +83,7 @@ run:
83
-v "`realpath $(USR_CACHE_DIR)`:/backfill_corrections/${CACHE_DIR}" \
84
-v "${PWD}"/params.json:/backfill_corrections/params.host.json \
85
--env GRB_LICENSE_FILE=$(GRB_LICENSE_FILE) \
86
- --shm-size=5gb \
+ --shm-size=2gb \
87
-it "${DOCKER_IMAGE}:${DOCKER_TAG}" \
88
/bin/bash -c "cp params.host.json params.json && make gurobi.lic && make standardize-dirs && make run-local OPTIONS=\"${OPTIONS}\" LOG_FILE=${LOG_FILE}"
89
0 commit comments