Skip to content

Commit

Permalink
physical car upload fix for combined image (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRoss-Eviden authored Oct 1, 2024
1 parent c83949e commit 3ece04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload/upload-car.sh
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ done
# The file is created directly from within the sagemaker container, using the most recent checkpoint

# Find name of sagemaker container
SAGEMAKER_CONTAINERS=$(docker ps | awk ' /sagemaker/ { print $1 } ' | xargs)
SAGEMAKER_CONTAINERS=$(docker ps | awk ' /algo/ { print $1 } ' | xargs)
if [[ -n $SAGEMAKER_CONTAINERS ]]; then
for CONTAINER in $SAGEMAKER_CONTAINERS; do
CONTAINER_NAME=$(docker ps --format '{{.Names}}' --filter id=$CONTAINER)

0 comments on commit 3ece04b

Please sign in to comment.