Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
larsll committed Jan 23, 2025
1 parent 29591f6 commit 1539c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ DEPENDENCY_VERSION=$(jq -r '.master_version | select (.!=null)' $DIR/defaults/d
SIMAPP_VER=$(docker inspect ${DR_SIMAPP_SOURCE}:${DR_SIMAPP_VERSION} 2>/dev/null | jq -r .[].Config.Labels.version)
if [ -z "$SIMAPP_VER" ]; then SIMAPP_VER=$SIMAPP_VERSION; fi
if ! verlte $DEPENDENCY_VERSION $SIMAPP_VER; then
echo "WARNING: Incompatible version of Deepracer Sagemaker. Expected >$DEPENDENCY_VERSION. Got $SIMAPP_VER."
echo "WARNING: Incompatible version of Deepracer Simapp. Expected >$DEPENDENCY_VERSION. Got $SIMAPP_VER."
fi

# Get Docker version
Expand Down

0 comments on commit 1539c58

Please sign in to comment.