Skip to content

Commit

Permalink
add reana extension
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Aug 14, 2024
1 parent 85c6921 commit e469c65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vre-singleuser-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source https://github.com/vre-hub/environments
ARG BUILD_DATE
LABEL org.label-schema.build-date=$BUILD_DATE

RUN pip install --upgrade pip
RUN python -m pip install --upgrade pip

USER $NB_UID

Expand Down Expand Up @@ -36,6 +36,9 @@ RUN pip install swanoauthrenew==1.0.1 \
RUN pip install ipykernel ipywidgets PyJWT
#dogpile.cache

RUN pip install reana-jupyterlab \
&& jupyter server extension enable --py reana_jupyterlab --sys-prefix

# RUN pip install --upgrade jupyterlab-git
# RUN pip install --upgrade jupyterlab_pygments
# RUN pip install --upgrade jupyterlab_widgets
Expand Down Expand Up @@ -87,7 +90,6 @@ RUN mkdir -p /opt/rucio/etc \
&& chown -R $NB_UID $HOME/.jupyter/jupyter_server_config.json
#&& chown -R $NB_UID /etc/jupyter/jupyter_notebook_config.py


# ADD ipython_kernel_config.json $HOME/.ipython/profile_default/ipython_kernel_config.json
RUN fix-permissions $HOME/.jupyter
#RUN fix-permissions $HOME/.ipython/profile_default
Expand Down

0 comments on commit e469c65

Please sign in to comment.