Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyterhub-ai
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Bücker
jupyterhub-ai
Merge requests
!6
Finalized Jupyterlab for the sprint
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Finalized Jupyterlab for the sprint
dev
into
main
Overview
0
Commits
28
Pipelines
2
Changes
1
Merged
Julian Rasch
requested to merge
dev
into
main
11 months ago
Overview
0
Commits
28
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
01b677b3
Prev
Next
Show latest version
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
01b677b3
Try more memory for dash build
· 01b677b3
Julian Rasch
authored
1 year ago
Dockerfile
+
6
−
0
Options
@@ -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