Skip to content
Snippets Groups Projects
Commit e3bd22df authored by Michael Bücker's avatar Michael Bücker
Browse files

Update Dockerfile

parent d3634730
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,7 @@ RUN apt-get install -y git ...@@ -9,8 +9,7 @@ RUN apt-get install -y git
USER jovyan USER jovyan
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip
# Install 'nice to have lab extensions' # Install python packages
# RUN pip install --upgrade jupyterlab COPY requirements.txt .
RUN pip install jupyterlab-git==0.34.0 RUN pip install --no-cache-dir -r requirements.txt
RUN pip install jupyterlab-gitlab==3.0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment