Skip to content

Commit

Permalink
add swanoauthrenew
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed May 10, 2024
1 parent ba41536 commit a3cd643
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vre-singleuser-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ RUN git clone https://github.com/garciagenrique/jupyterlab-extension.git \

# #RUN pip install --upgrade jupyterlab jupyterlab_server jupyter_server traitlets nbformat

# RUN pip install swanoauthrenew==1.0.1 PyJWT \
# && jupyter server extension enable --py swanoauthrenew --sys-prefix \
# && pip install reana-client>=0.9.0 \
# && pip install ipykernel ipywidgets
RUN pip install swanoauthrenew==1.0.1 PyJWT \
&& jupyter server extension enable --py swanoauthrenew --sys-prefix \
&& pip install reana-client>=0.9.0 \
&& pip install ipykernel ipywidgets

# #RUN pip install --upgrade jupyterlab-git
# RUN pip install --upgrade jupyterlab_pygments
Expand Down

0 comments on commit a3cd643

Please sign in to comment.