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
986cb0e7
Commit
986cb0e7
authored
4 years ago
by
calrama
Browse files
Options
Downloads
Patches
Plain Diff
[jupyterhub] misc
parent
edb1d9ee
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jupyterhub/base/Dockerfile
+5
-5
5 additions, 5 deletions
jupyterhub/base/Dockerfile
with
5 additions
and
5 deletions
jupyterhub/base/Dockerfile
+
5
−
5
View file @
986cb0e7
...
@@ -21,6 +21,11 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
...
@@ -21,6 +21,11 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
npm config
set
cache /var/cache/npm
--global
&&
\
npm config
set
cache /var/cache/npm
--global
&&
\
npm config
set
update-notifier
false
--global
npm config
set
update-notifier
false
--global
COPY
jupyter_notebook_config.py /usr/local/etc/jupyter
ENV
JUPYTER_CONFIG_DIR=/usr/local/etc/jupyter/jupyter
ENV
JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings
ENV
JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces
RUN
python
${
PYTHON_VERSION
}
-m
pip
install
\
RUN
python
${
PYTHON_VERSION
}
-m
pip
install
\
jupyterlab
\
jupyterlab
\
jupyterhub
\
jupyterhub
\
...
@@ -74,11 +79,6 @@ RUN mkdir -p /usr/local/venv && \
...
@@ -74,11 +79,6 @@ RUN mkdir -p /usr/local/venv && \
&&
\
&&
\
ipython kernel
install
--name
=
default
ipython kernel
install
--name
=
default
COPY
jupyter_notebook_config.py /etc/jupyter/
ENV
JUPYTER_CONFIG_DIR=/etc/jupyter
ENV
JUPYTERLAB_SETTINGS_DIR=/root/.config/jupyter/lab/user-settings
ENV
JUPYTERLAB_WORKSPACES_DIR=/root/.config/jupyter/lab/workspaces
RUN
chmod
-x
/etc/update-motd.d/
*
RUN
chmod
-x
/etc/update-motd.d/
*
RUN
mkdir
/data
RUN
mkdir
/data
...
...
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