Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
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
bioroboticslab
robofish
docker
Commits
eecff289
Commit
eecff289
authored
4 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
[jupyterhub] fix
parent
5c2e67a8
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#31709
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jupyterhub/base/Dockerfile
+2
-2
2 additions, 2 deletions
jupyterhub/base/Dockerfile
with
2 additions
and
2 deletions
jupyterhub/base/Dockerfile
+
2
−
2
View file @
eecff289
...
@@ -26,8 +26,8 @@ ENV XDG_DATA_HOME=/usr/local/share
...
@@ -26,8 +26,8 @@ ENV XDG_DATA_HOME=/usr/local/share
ENV
IPYTHONDIR=/usr/local/etc/ipython
ENV
IPYTHONDIR=/usr/local/etc/ipython
ENV
JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter
ENV
JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter
COPY
jupyter_notebook_config.py ${JUPYTER_CONFIG_DIR}/
COPY
jupyter_notebook_config.py ${JUPYTER_CONFIG_DIR}/
ENV
JUPYTERLAB_SETTINGS_DIR=
/root
/.config/jupyter/lab/user-settings
ENV
JUPYTERLAB_SETTINGS_DIR=
$HOME
/.config/jupyter/lab/user-settings
ENV
JUPYTERLAB_WORKSPACES_DIR=
/root
/.config/jupyter/lab/workspaces
ENV
JUPYTERLAB_WORKSPACES_DIR=
$HOME
/.config/jupyter/lab/workspaces
RUN
python
${
PYTHON_VERSION
}
-m
pip
install
\
RUN
python
${
PYTHON_VERSION
}
-m
pip
install
\
jupyterlab
\
jupyterlab
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment