Skip to content

Commit

Permalink
fix core dump
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Dec 3, 2024
1 parent 1149f64 commit 04f00cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ services:
environment:
NVIDIA_VISIBLE_DEVICES: all
PREFIX: ""
ipc: host
command:
- -v
- --data
Expand Down
4 changes: 2 additions & 2 deletions quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export PIPELINE_VERSION=$(echo ${PIPELINE_VERSION} | sed 's/v//')
# -------------------------------------------------------
# download latest released docker-compose file
# -------------------------------------------------------
if [[ "${CDR_TAG}" != v* ]]; then
URL="https://raw.githubusercontent.com/DARPA-CRITICALMAAS/uiuc-cdr/refs/heads/${CDR_TAG}/"
if [[ -n "${CDR_BRANCH}" ]]; then
URL="https://raw.githubusercontent.com/DARPA-CRITICALMAAS/uiuc-cdr/refs/heads/${CDR_BRANCH}/"
else
URL="https://raw.githubusercontent.com/DARPA-CRITICALMAAS/uiuc-cdr/refs/tags/${CDR_TAG}/"
fi
Expand Down

0 comments on commit 04f00cd

Please sign in to comment.