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
Compare revisions
25c3a1bdffb516f76ba758f98d406af2e5d12fbc to 01b677b3b0e29bbffdc3976e0d42b18466288001
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
buecker/jupyterhub-ai
Select target project
No results found
01b677b3b0e29bbffdc3976e0d42b18466288001
Select Git revision
Branches
dev
main
prod
prodcc4
switch_back_to_dash
switch_jupyterlab_and_app
Tags
prod
prodcc4
test
testcc4
Swap
Target
buecker/jupyterhub
Select target project
jr662933/jupyterhub-ai
buecker/jupyterhub-ai
buecker/jupyterhub
sr151511/vennemann
4 results
25c3a1bdffb516f76ba758f98d406af2e5d12fbc
Select Git revision
Branches
dev
main
prod
prodcc4
Tags
prod
test
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (6)
Test dash in jupyterlab
· 8a55bbd4
Julian Rasch
authored
1 year ago
8a55bbd4
Update Dockerfile to correctly install requirements in dev
· 372e26f4
Julian Rasch
authored
1 year ago
372e26f4
Update Dockerfile
· 8c435599
Julian Rasch
authored
1 year ago
8c435599
Update Dockerfile
· 08c88665
Julian Rasch
authored
1 year ago
08c88665
Try installing jupyterlab dash extension
· 00822b69
Julian Rasch
authored
1 year ago
00822b69
Try more memory for dash build
· 01b677b3
Julian Rasch
authored
1 year ago
01b677b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+13
-0
13 additions, 0 deletions
Dockerfile
requirements.txt
+13
-0
13 additions, 0 deletions
requirements.txt
with
26 additions
and
0 deletions
Dockerfile
View file @
01b677b3
...
...
@@ -13,3 +13,16 @@ RUN pip3 install --upgrade pip
RUN
pip
install
jupyter-server-proxy
==
4.0.0
RUN
pip
install
jupyterlab-git
==
0.42.0
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
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
View file @
01b677b3
jupyterlab-git
==0.34.0
jupyterlab-gitlab
==3.0.0
python-dotenv
urllib3
openai
pandas
numpy
tenacity
scikit-learn
flask
dash
dash-bootstrap-components
jupyterlab-dash
This diff is collapsed.
Click to expand it.