Newer
Older
# Install basics
USER jovyan
RUN pip3 install --upgrade pip
# Install Git
RUN pip3 install --upgrade pip
RUN pip install jupyter-server-proxy==4.0.0
RUN pip install jupyterlab-git==0.42.0
# Install basics
USER jovyan
RUN pip3 install --upgrade pip
# Install Git
RUN pip3 install --upgrade pip
RUN pip install jupyter-server-proxy==4.0.0
RUN pip install jupyterlab-git==0.42.0