We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd8bb3 commit d2aad57Copy full SHA for d2aad57
1 file changed
scripts/run_dev.sh
@@ -213,7 +213,7 @@ print_info "Launching Isaac ROS Dev container with image key ${BASE_IMAGE_KEY}:
213
# Build image to launch
214
if [[ $SKIP_IMAGE_BUILD -ne 1 ]]; then
215
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"
+ $ROOT/build_image_layers.sh --image_key "$BASE_IMAGE_KEY" --image_name "$BASE_NAME" -d "--progress=plain" # -d "--no-cache"
217
218
# Check result
219
if [ $? -ne 0 ]; then
0 commit comments