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