Skip to content

Commit

Permalink
Fix default DOCKER_IMAGE_TAG to match that of build_container_release…
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv authored Apr 25, 2022
1 parent 0e289ef commit 4694b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run_container_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ y="\033[0;33m"
x="\033[0m"

DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME:-"nvcr.io/nvidia/morpheus/morpheus"}
DOCKER_IMAGE_TAG=${DOCKER_IMAGE_TAG:-"latest"}
DOCKER_IMAGE_TAG=${DOCKER_IMAGE_TAG:-"runtime-$(git describe --tags --abbrev=0)"}
DOCKER_EXTRA_ARGS=${DOCKER_EXTRA_ARGS:-""}

DOCKER_ARGS="--env WORKSPACE_VOLUME=${PWD} -v $PWD/models:/workspace/models --net=host --gpus=all ${DOCKER_EXTRA_ARGS}"
Expand Down

0 comments on commit 4694b59

Please sign in to comment.