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
54b7f1bd
Commit
54b7f1bd
authored
2 years ago
by
Emmanuel Bruno
Browse files
Options
Downloads
Patches
Plain Diff
adds openconnect client.
parent
86faa4db
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Artefacts/apt_packages
+1
-0
1 addition, 0 deletions
Artefacts/apt_packages
Artefacts/codeserver_extensions
+7
-5
7 additions, 5 deletions
Artefacts/codeserver_extensions
Artefacts/pip_jupyterlab_packages
+10
-9
10 additions, 9 deletions
Artefacts/pip_jupyterlab_packages
Dockerfile
+7
-4
7 additions, 4 deletions
Dockerfile
with
25 additions
and
18 deletions
Artefacts/apt_packages
+
1
−
0
View file @
54b7f1bd
bash
bash
curl
curl
openconnect
graphviz
graphviz
grep
grep
host
host
...
...
This diff is collapsed.
Click to expand it.
Artefacts/codeserver_extensions
+
7
−
5
View file @
54b7f1bd
vscjava.vscode-java-pack
eamodio.gitlens
redhat.vscode-xml
executablebookproject.myst-highlight
vscode-icons-team.vscode-icons
SonarSource.sonarlint-vscode
GabrielBB.vscode-lombok
GabrielBB.vscode-lombok
james-yu.latex-workshop
james-yu.latex-workshop
jebbs.plantuml
jebbs.plantuml
eamodio.gitlens
ms-python.python
ms-python.python
redhat.vscode-xml
SonarSource.sonarlint-vscode
toolsai.jupyter
vscjava.vscode-java-pack
vscode-icons-team.vscode-icons
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Artefacts/pip_jupyterlab_packages
+
10
−
9
View file @
54b7f1bd
black
iplantuml
isort
jinja-yaml-magic
jinja-yaml-magic
jupyter-book
jupyter-book
jupyterlab-drawio
jupyterlab-myst
jupyterlab_rise
jupyter-server-proxy
jupyter-server-proxy
jupyterlab_latex
jupyterhub
jupyterlab_rise
jupyterlab_widgets
jupyterlab_widgets
jupyterlab-code-formatter
jupyterlab-code-formatter
black
jupyterlab-drawio
isort
jupyterhub
jupyterlab-git
jupyterlab-git
jupyterlab-link-share
jupyterlab-myst
jupyterlab-system-monitor
jupyterlab-system-monitor
jupytext
nbgitpuller
nbgitpuller
iplantuml
sphinx-inline-tabs
sphinx-inline-tabs
sphinxcontrib-plantuml
sphinxcontrib-plantuml
sphinxcontrib-svg2pdfconverter
sphinxcontrib-svg2pdfconverter
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Dockerfile
+
7
−
4
View file @
54b7f1bd
ARG
LAB_BASE=jupyter/minimal-notebook:lab-3.6.
1
ARG
LAB_BASE=jupyter/minimal-notebook:lab-3.6.
2
FROM
${LAB_BASE}
FROM
${LAB_BASE}
...
@@ -16,7 +16,8 @@ ARG BUILDPLATFORM
...
@@ -16,7 +16,8 @@ ARG BUILDPLATFORM
RUN
echo
"I am running on
$BUILDPLATFORM
, building for
$TARGETPLATFORM
"
RUN
echo
"I am running on
$BUILDPLATFORM
, building for
$TARGETPLATFORM
"
# Sets a cache for pip packages
# Sets a cache for pip packages
ENV
PIP_CACHE_DIR=/var/cache/buildkit/pip
#ENV PIP_CACHE_DIR=/var/cache/buildkit/pip
ENV
PIP_CACHE_DIR=/home/jovyan/work/var/cache/buildkit/pip
RUN
mkdir
-p
${
PIP_CACHE_DIR
}
&&
\
RUN
mkdir
-p
${
PIP_CACHE_DIR
}
&&
\
mkdir
-p
/var/cache/apt
mkdir
-p
/var/cache/apt
...
@@ -147,6 +148,8 @@ RUN echo -e "\e[93m**** Update Jupyter config ****\e[38;5;241m" && \
...
@@ -147,6 +148,8 @@ RUN echo -e "\e[93m**** Update Jupyter config ****\e[38;5;241m" && \
-e 's/# \(c.ServerApp.terminado_settings\)/\1/' \
-e 's/# \(c.ServerApp.terminado_settings\)/\1/' \
$HOME/.jupyter/jupyter_lab_config.py
$HOME/.jupyter/jupyter_lab_config.py
RUN
jupyter labextension
install
jupyterlab-jupytext
RUN
ln
-s
/usr/share/plantuml/plantuml.jar /usr/local/bin/
RUN
ln
-s
/usr/share/plantuml/plantuml.jar /usr/local/bin/
USER
$NB_USER
USER
$NB_USER
...
@@ -162,7 +165,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
...
@@ -162,7 +165,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
ARCH_LEG
=
amd64
;
\
ARCH_LEG
=
amd64
;
\
ARCH
=
amd64
;
\
ARCH
=
amd64
;
\
fi
&&
\
fi
&&
\
mkdir
-p
/home/jovyan/.cache/gistatus
&&
\
mkdir
-p
/home/jovyan/.cache/gi
t
status
&&
\
curl -sL "https://github.com/romkatv/gitstatus/releases/download/v1.5.4/gitstatusd-linux-${ARCH_LEG}.tar.gz" | \
curl -sL "https://github.com/romkatv/gitstatus/releases/download/v1.5.4/gitstatusd-linux-${ARCH_LEG}.tar.gz" | \
tar --directory="/home/jovyan/.cache/gitstatus" -zx
tar --directory="/home/jovyan/.cache/gitstatus" -zx
...
...
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