Skip to content
Snippets Groups Projects
Commit 01b677b3 authored by Julian Rasch's avatar Julian Rasch
Browse files

Try more memory for dash build

parent 00822b69
No related branches found
No related tags found
1 merge request!6Finalized Jupyterlab for the sprint
Pipeline #181556 passed
......@@ -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
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