Skip to content

Commit

Permalink
Fix disabling of apache airflow editor from the workbench (opendatahu…
Browse files Browse the repository at this point in the history
…b-io#87)

Signed-off-by: Harshad Reddy Nalla <[email protected]>
  • Loading branch information
harshad16 authored May 25, 2023
1 parent 0030985 commit fac4545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jupyter/datascience/ubi8-python-3.8/setup-elyra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if [[ ! -f "$DEFAULT_RUNTIME_FILE" ]]; then
fi

# Set the elyra config on the right path
jupyter elyra --generate-config
cp /opt/app-root/bin/utils/jupyter_elyra_config.py /opt/app-root/src/.jupyter/

# Set runtime config from volume mount
Expand Down
1 change: 1 addition & 0 deletions jupyter/datascience/ubi9-python-3.9/setup-elyra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if [[ ! -f "$DEFAULT_RUNTIME_FILE" ]]; then
fi

# Set the elyra config on the right path
jupyter elyra --generate-config
cp /opt/app-root/bin/utils/jupyter_elyra_config.py /opt/app-root/src/.jupyter/

# Set runtime config from volume mount
Expand Down

0 comments on commit fac4545

Please sign in to comment.