Skip to content

Commit f77e0db

Browse files
author
Philip Keller
committed
added progress plain as default
1 parent 5dffc1b commit f77e0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ print_info "Launching Isaac ROS Dev container with image key ${BASE_IMAGE_KEY}:
213213
# Build image to launch
214214
if [[ $SKIP_IMAGE_BUILD -ne 1 ]]; then
215215
print_info "Building $BASE_IMAGE_KEY base as image: $BASE_NAME"
216-
$ROOT/build_image_layers.sh --image_key "$BASE_IMAGE_KEY" --image_name "$BASE_NAME"
216+
$ROOT/build_image_layers.sh --image_key "$BASE_IMAGE_KEY" --image_name "$BASE_NAME" -d "--progress=plain" # -d "--no-cache"
217217

218218
# Check result
219219
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)