Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyter-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
Emmanuel Bruno
jupyter-base
Commits
6339c00e
Commit
6339c00e
authored
2 years ago
by
Emmanuel Bruno
Browse files
Options
Downloads
Patches
Plain Diff
upgrades base version.
parent
2a78b461
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
6339c00e
ARG
LAB_BASE=jupyter/minimal-notebook:lab-3.6.
2
ARG
LAB_BASE=jupyter/minimal-notebook:lab-3.6.
3
FROM
${LAB_BASE}
FROM
${LAB_BASE}
...
@@ -197,8 +197,8 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR},sharing=locked \
...
@@ -197,8 +197,8 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR},sharing=locked \
echo
-e
"
\e
[93m***** Install Jupyter Remote desktop Extension ****
\e
[38;5;241m"
&&
\
echo
-e
"
\e
[93m***** Install Jupyter Remote desktop Extension ****
\e
[38;5;241m"
&&
\
pip
install
--quiet
--upgrade
\
pip
install
--quiet
--upgrade
\
jupyter-remote-desktop-proxy
&&
\
jupyter-remote-desktop-proxy
&&
\
conda
install
-c
conda-forge websockify
conda
install
-c
conda-forge websockify
&&
\
fix-permissions
"
$CONDA_DIR
"
&&
\
USER
$NB_USER
USER
$NB_USER
# preinstall gitstatusd
# preinstall gitstatusd
...
...
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