Skip to content
Snippets Groups Projects

Finalized Jupyterlab for the sprint

Merged Julian Rasch requested to merge dev into main
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
+ 0
5
@@ -11,12 +11,7 @@ WORKDIR /usr/src/app
# Install basics
USER jovyan
RUN pip3 install --upgrade pip
COPY .env .env
# Install python packages
COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
ENV IPYTHONDIR /usr/src/app/ipython/
WORKDIR /usr/src/app/ipython/profile_default/startup/
COPY python_startup/ ./
WORKDIR /home/
Loading