Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
JupyterLab
R
Docker stack
Commits
5cf753db
Verified
Commit
5cf753db
authored
2 years ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Update JupyterLab to v3.4.6
- Update extension Project Manager to v12.7.0
parent
b1549477
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
base/latest.Dockerfile
+3
-3
3 additions, 3 deletions
base/latest.Dockerfile
verse/.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
verse/.gitlab-ci.yml
with
4 additions
and
4 deletions
base/latest.Dockerfile
+
3
−
3
View file @
5cf753db
...
...
@@ -6,7 +6,7 @@ ARG NB_USER=jovyan
ARG
NB_UID=1000
ARG
NB_GID=100
ARG
JUPYTERHUB_VERSION=2.3.1
ARG
JUPYTERLAB_VERSION=3.4.
5
ARG
JUPYTERLAB_VERSION=3.4.
6
ARG
CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
ARG
CODE_SERVER_RELEASE=4.6.1
ARG
GIT_VERSION=2.37.3
...
...
@@ -176,8 +176,8 @@ RUN mkdir /opt/code-server \
&& sed -i 's|</head>| <link rel="stylesheet" type="text/css" href="{{BASE}}/_static/src/browser/media/css/fonts.css">\n </head>|g' /opt/code-server/lib/vscode/out/vs/code/browser/workbench/workbench.html \
## Install code-server extensions
&& cd /tmp \
&& curl -sLO https://dl.b-data.ch/vsix/alefragnani.project-manager-12.
6.1
.vsix \
&& code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extension alefragnani.project-manager-12.
6.1
.vsix \
&& curl -sLO https://dl.b-data.ch/vsix/alefragnani.project-manager-12.
7.0
.vsix \
&& code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extension alefragnani.project-manager-12.
7.0
.vsix \
&& curl -sLO https://dl.b-data.ch/vsix/piotrpalarz.vscode-gitignore-generator-1.0.3.vsix \
&& code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extension piotrpalarz.vscode-gitignore-generator-1.0.3.vsix \
&& code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extension GitLab.gitlab-workflow \
...
...
This diff is collapsed.
Click to expand it.
verse/.gitlab-ci.yml
+
1
−
1
View file @
5cf753db
...
...
@@ -34,7 +34,7 @@
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
/certs"
R_VERSION
:
"
4.2.1"
UPDATE_MODE
:
"
tru
e"
UPDATE_MODE
:
"
fals
e"
before_script
:
-
*before-script-build
...
...
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