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
Python
Docker stack
Commits
b6f01de2
Verified
Commit
b6f01de2
authored
3 months ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
pubtools: Update Quarto to v1.6.39
parent
023dae83
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
VERSION_MATRIX.md
+1
-1
1 addition, 1 deletion
VERSION_MATRIX.md
scipy/latest.Dockerfile
+1
-1
1 addition, 1 deletion
scipy/latest.Dockerfile
with
2 additions
and
2 deletions
VERSION_MATRIX.md
+
1
−
1
View file @
b6f01de2
...
...
@@ -42,7 +42,7 @@ Topmost entry = Tag `latest`
| Python | CTAN date | Quarto |
|:-----------|:-----------|:------------|
| 3.13.0[^1] | | 1.6.3
8
|
| 3.13.0[^1] | | 1.6.3
9
|
| 3.12.7 | | 1.5.57 |
| 3.11.10 | | 1.5.57 |
| 3.12.6 | 2024‑10‑01 | 1.5.57 |
...
...
This diff is collapsed.
Click to expand it.
scipy/latest.Dockerfile
+
1
−
1
View file @
b6f01de2
ARG
BUILD_ON_IMAGE=glcr.b-data.ch/jupyterlab/python/base
ARG
PYTHON_VERSION
ARG
CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
ARG
QUARTO_VERSION=1.6.3
8
ARG
QUARTO_VERSION=1.6.3
9
ARG
CTAN_REPO=https://mirror.ctan.org/systems/texlive/tlnet
FROM
${BUILD_ON_IMAGE}${PYTHON_VERSION:+:}${PYTHON_VERSION}
...
...
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