Skip to content
Snippets Groups Projects
Commit f36d906e authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

feat: don't create widget activation script on the image

the script is created and called on container startup, same as the ESD kernel activation script
parent 5993a023
Branches master
Tags v2.0.0
No related merge requests found
Pipeline #62907 passed with stage
in 5 seconds
......@@ -58,9 +58,6 @@ RUN mkdir -p /opt/app-root/src/.ipython/profile_default/startup/ /tmp/cache/
# Preload clb_oauth
RUN echo 'from clb_nb_utils import oauth as clb_oauth' >> /opt/app-root/src/.ipython/profile_default/startup/50-clb-nb-utils.py
# Load widget jupyter extensions from ESD env on startup
RUN echo 'if [ -f /srv/jupyterlab_kernels/widget_activation.sh ]; then source /srv/jupyterlab_kernels/widget_activation.sh; fi' >> /usr/local/bin/start-notebook.d/load_widget_ext.sh
# install R kernel
RUN R --slave -e "install.packages('IRkernel')"
RUN R --slave -e "IRkernel::installspec(name = 'ir', displayname = 'R 4.3.3')"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment