Skip to content

Commit

Permalink
Merge branch 'branch-25.02' of github.com:nv-morpheus/Morpheus into d…
Browse files Browse the repository at this point in the history
…avid-expected-data-2010
  • Loading branch information
dagardner-nv committed Nov 21, 2024
2 parents c65c442 + 4781d6b commit 8ce962f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/run_container_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ export DOCKER_IMAGE_TAG=${DOCKER_IMAGE_TAG:-"dev-$(date +'%y%m%d')"}
export DOCKER_ARGS="-v $PWD:/workspace -v /dev/hugepages:/dev/hugepages --privileged"

# Call the general run script
${SCRIPT_DIR}/run_container.sh
${SCRIPT_DIR}/run_container.sh "${@:-bash}"
2 changes: 1 addition & 1 deletion docker/run_container_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ if [[ ${MORPHEUS_SUPPORT_DOCA} == @(TRUE|ON) ]]; then
fi

# Call the general run script
${SCRIPT_DIR}/run_container.sh
${SCRIPT_DIR}/run_container.sh "${@:-bash}"

0 comments on commit 8ce962f

Please sign in to comment.