Skip to content
Snippets Groups Projects

Finalized Jupyterlab for the sprint

Merged Julian Rasch requested to merge dev into main
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -17,6 +17,12 @@ RUN pip install jupyterlab-gitlab==3.0.0
# Install jupyterlab-dash
RUN jupyter labextension install jupyterlab-dash
# Set environment variable for node memory limit
ENV NODE_OPTIONS="--max-old-space-size=4096"
# Build JupyterLab
RUN jupyter lab build
# Copy and install additional Python packages
COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
Loading