File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
datascience/ubi9-python-3.12
pytorch+llmcompressor/ubi9-python-3.12
rocm-pytorch/ubi9-python-3.12
rocm-tensorflow/ubi9-python-3.12
tensorflow/ubi9-python-3.12 Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ COPY ${DATASCIENCE_SOURCE_CODE}/pylock.toml ./
353353# Copy Elyra dependencies for air-gapped enviroment
354354COPY --chown=1001 ${DATASCIENCE_SOURCE_CODE}/utils ./utils/
355355# Download Elyra Bootstrapper
356- RUN curl -L https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
356+ RUN curl -fL https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
357357 -o ./utils/bootstrapper.py
358358# Prevent Elyra from re-installing the dependencies
359359ENV ELYRA_INSTALL_PACKAGES="false"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ COPY ${MINIMAL_SOURCE_CODE}/pylock.toml ./
7878# Copy Elyra dependencies for air-gapped enviroment
7979COPY --chown=1001 ${MINIMAL_SOURCE_CODE}/utils ./utils/
8080# Download Elyra Bootstrapper
81- RUN curl -L https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
81+ RUN curl -fL https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
8282 -o ./utils/bootstrapper.py
8383# Prevent Elyra from re-installing the dependencies
8484ENV ELYRA_INSTALL_PACKAGES="false"
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ COPY ${PYTORCH_SOURCE_CODE}/pylock.toml ./
7272# Copy Elyra dependencies for air-gapped enviroment
7373COPY --chown=1001 ${PYTORCH_SOURCE_CODE}/utils ./utils/
7474# Download Elyra Bootstrapper
75- RUN curl -L https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
75+ RUN curl -fL https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
7676 -o ./utils/bootstrapper.py
7777# Prevent Elyra from re-installing the dependencies
7878ENV ELYRA_INSTALL_PACKAGES="false"
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ COPY ${PYTORCH_SOURCE_CODE}/pylock.toml ./
7272# Copy Elyra dependencies for air-gapped enviroment
7373COPY --chown=1001 ${PYTORCH_SOURCE_CODE}/utils ./utils/
7474# Download Elyra Bootstrapper
75- RUN curl -L https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
75+ RUN curl -fL https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
7676 -o ./utils/bootstrapper.py
7777# Prevent Elyra from re-installing the dependencies
7878ENV ELYRA_INSTALL_PACKAGES="false"
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ COPY ${PYTORCH_SOURCE_CODE}/pylock.toml ./
7070# Copy Elyra dependencies for air-gapped enviroment
7171COPY --chown=1001 ${PYTORCH_SOURCE_CODE}/utils ./utils/
7272# Download Elyra Bootstrapper
73- RUN curl -L https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
73+ RUN curl -fL https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
7474 -o ./utils/bootstrapper.py
7575# Prevent Elyra from re-installing the dependencies
7676ENV ELYRA_INSTALL_PACKAGES="false"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ COPY ${TENSORFLOW_SOURCE_CODE}/pylock.toml ./
7171# Copy Elyra dependencies for air-gapped enviroment
7272COPY --chown=1001 ${TENSORFLOW_SOURCE_CODE}/utils ./utils/
7373# Download Elyra Bootstrapper
74- RUN curl -L https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
74+ RUN curl -fL https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
7575 -o ./utils/bootstrapper.py
7676# Prevent Elyra from re-installing the dependencies
7777ENV ELYRA_INSTALL_PACKAGES="false"
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ COPY ${TENSORFLOW_SOURCE_CODE}/pylock.toml ./
7575# Copy Elyra dependencies for air-gapped enviroment
7676COPY --chown=1001 ${TENSORFLOW_SOURCE_CODE}/utils ./utils/
7777# Download Elyra Bootstrapper
78- RUN curl -L https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
78+ RUN curl -fL https://raw.githubusercontent.com/opendatahub-io/elyra/refs/tags/v4.3.1/elyra/kfp/bootstrapper.py \
7979 -o ./utils/bootstrapper.py
8080# Prevent Elyra from re-installing the dependencies
8181ENV ELYRA_INSTALL_PACKAGES="false"
You can’t perform that action at this time.
0 commit comments