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
90398028
Commit
90398028
authored
2 years ago
by
Emmanuel Bruno
Browse files
Options
Downloads
Patches
Plain Diff
fixes vscode extra ext dir.
parent
02107a3b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+16
-2
16 additions, 2 deletions
Dockerfile
README.md
+2
-0
2 additions, 0 deletions
README.md
with
18 additions
and
2 deletions
Dockerfile
+
16
−
2
View file @
90398028
...
@@ -68,7 +68,7 @@ ENV DATA_DIR $WORK_DIR/data
...
@@ -68,7 +68,7 @@ ENV DATA_DIR $WORK_DIR/data
ENV
CODESERVEREXT_DIR /opt/codeserver/extensions
ENV
CODESERVEREXT_DIR /opt/codeserver/extensions
ENV
CODE_WORKINGDIR $HOME/work
ENV
CODE_WORKINGDIR $HOME/work
ENV
CODESERVERDATA_DIR $HOME/work/.codeserver/data
ENV
CODESERVERDATA_DIR $HOME/work/.codeserver/data
ENV
CODE_EXTRA_EXTENSIONSDIR $HOME/work/.codeserver/extensions
#
ENV CODE_EXTRA_EXTENSIONSDIR $HOME/work/.codeserver/extensions
ENV
PATH=/opt/bin:$PATH
ENV
PATH=/opt/bin:$PATH
...
@@ -160,4 +160,18 @@ RUN ln -s /usr/share/plantuml/plantuml.jar /usr/local/bin/
...
@@ -160,4 +160,18 @@ RUN ln -s /usr/share/plantuml/plantuml.jar /usr/local/bin/
USER
$NB_USER
USER
$NB_USER
RUN if
[
"
$TARGETPLATFORM
"
=
"linux/amd64"
]
;
then
\
ARCH_LEG
=
x86_64
;
\
ARCH
=
amd64
;
\
elif
[
"
$TARGETPLATFORM
"
=
"linux/arm64/v8"
]
||
[
"
$TARGETPLATFORM
"
=
"linux/arm64"
]
;
then
\
ARCH_LEG
=
aarch64
;
\
ARCH
=
arm64
;
\
else
\
ARCH_LEG
=
amd64
;
\
ARCH
=
amd64
;
\
fi
&&
\
mkdir
-p
/home/jovyan/.cache/
&&
\
curl -sL "https://github.com/romkatv/gitstatus/releases/download/v1.5.4/gitstatusd-linux-${ARCH_LEG}.tar.gz" | \
tar --directory="/home/jovyan/.cache/" -zx
WORKDIR
"${HOME}/work"
WORKDIR
"${HOME}/work"
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
90398028
# JupyterLab Base Image
# JupyterLab Base Image
**Test it on**
[

](https://mybinder.org/v2/gh/ebpro/notebook-qs-base/develop)
A base image for the Jupyter Lab ased on jupyter/minimal-notebook :
A base image for the Jupyter Lab ased on jupyter/minimal-notebook :
*
ZSH
*
ZSH
...
...
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