Skip to content

Commit

Permalink
swap data science pipeline reference
Browse files Browse the repository at this point in the history
Signed-off-by: Harshad Reddy Nalla <[email protected]>
  • Loading branch information
harshad16 committed May 24, 2023
1 parent 87a7111 commit 98e0b80
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
7 changes: 6 additions & 1 deletion jupyter/datascience/ubi8-python-3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ WORKDIR /opt/app-root/bin
# Install Python packages and Jupyterlab extensions from Pipfile.lock
COPY Pipfile.lock ./
# Copy Elyra setup to utils so that it's sourced at startup
COPY jupyter_elyra_config.py setup-elyra.sh ./utils/
COPY jupyter_elyra_config.py setup-elyra.sh RHODS.svg ./utils/

RUN echo "Installing softwares and packages" && \
micropipenv install && \
rm -f ./Pipfile.lock && \
# setup path for runtime configuration \
mkdir /opt/app-root/runtimes && \
# switch to Data Science Pipeline \
cp utils/RHODS.svg /opt/app-root/lib/python3.8/site-packages/elyra/static/icons/kubeflow.svg && \
sed -i "s/Kubeflow Pipelines/Data Science/g" /opt/app-root/lib/python3.8/site-packages/elyra/pipeline/runtime_type.py && \
sed -i "s/Kubeflow Pipelines/Data Science Pipelines/g" /opt/app-root/lib/python3.8/site-packages/elyra/metadata/schemas/kfp.json && \
sed -i "s/\"default\": \"Argo\",/\"default\": \"Tekton\",/g" /opt/app-root/lib/python3.8/site-packages/elyra/metadata/schemas/kfp.json && \
# Explicitly enable jupyterlab_s3_browser plugin \
jupyter serverextension enable --py jupyterlab_s3_browser && \
# Remove Elyra logo from JupyterLab because this is not a pure Elyra image \
Expand Down
1 change: 1 addition & 0 deletions jupyter/datascience/ubi8-python-3.8/RHODS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion jupyter/datascience/ubi9-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ WORKDIR /opt/app-root/bin
# Install Python packages and Jupyterlab extensions from Pipfile.lock
COPY Pipfile.lock ./
# Copy Elyra setup to utils so that it's sourced at startup
COPY jupyter_elyra_config.py setup-elyra.sh ./utils/
COPY jupyter_elyra_config.py setup-elyra.sh RHODS.svg ./utils/

RUN echo "Installing softwares and packages" && \
micropipenv install && \
rm -f ./Pipfile.lock && \
# setup path for runtime configuration \
mkdir /opt/app-root/runtimes && \
# switch to Data Science Pipeline \
cp utils/RHODS.svg /opt/app-root/lib/python3.9/site-packages/elyra/static/icons/kubeflow.svg && \
sed -i "s/Kubeflow Pipelines/Data Science/g" /opt/app-root/lib/python3.9/site-packages/elyra/pipeline/runtime_type.py && \
sed -i "s/Kubeflow Pipelines/Data Science Pipelines/g" /opt/app-root/lib/python3.9/site-packages/elyra/metadata/schemas/kfp.json && \
sed -i "s/\"default\": \"Argo\",/\"default\": \"Tekton\",/g" /opt/app-root/lib/python3.9/site-packages/elyra/metadata/schemas/kfp.json && \
# Explicitly enable jupyterlab_s3_browser plugin \
jupyter serverextension enable --py jupyterlab_s3_browser && \
# Remove Elyra logo from JupyterLab because this is not a pure Elyra image \
Expand Down
1 change: 1 addition & 0 deletions jupyter/datascience/ubi9-python-3.9/RHODS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98e0b80

Please sign in to comment.