Skip to content
Snippets Groups Projects
Verified Commit f6edd6b4 authored by Olivier Benz's avatar Olivier Benz
Browse files

scipy: Update Quarto to v1.4.549

parent 58ff1552
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Topmost entry = Tag `latest`
| Python | Jupyter Hub | Jupyter Lab | code‑server (Code) | Git | Git LFS | Pandoc | CTAN date[^2] | Quarto[^2] | Linux distro |
|:-----------|:------------|:------------|:-------------------|:-------|:--------|:-------|:--------------|:------------|:-------------|
| 3.12.1[^1] | 4.0.2 | 4.0.11 | 4.20.0 (1.85.1) | 2.43.0 | 3.4.1 | 3.1.1 | | 1.3.450 | Debian 12 |
| 3.12.1[^1] | 4.0.2 | 4.0.11 | 4.20.0 (1.85.1) | 2.43.0 | 3.4.1 | 3.1.1 | | 1.4.549 | Debian 12 |
| 3.11.7 | 4.0.2 | 4.0.9 | 4.19.1 (1.84.2) | 2.43.0 | 3.4.0 | 3.1.1 | | 1.3.450 | Debian 12 |
| 3.12.0[^1] | 4.0.2 | 4.0.9 | 4.19.1 (1.84.2) | 2.43.0 | 3.4.0 | 3.1.1 | 2023‑12‑08 | 1.3.450 | Debian 12 |
| 3.11.6 | 4.0.2 | 4.0.9 | 4.19.1 (1.84.2) | 2.43.0 | 3.4.0 | 3.1.1 | 2023‑12‑04 | 1.3.450 | Debian 12 |
......
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.3.450
ARG QUARTO_VERSION=1.4.549
ARG CTAN_REPO=https://mirror.ctan.org/systems/texlive/tlnet
FROM ${BUILD_ON_IMAGE}${PYTHON_VERSION:+:$PYTHON_VERSION}
......@@ -42,9 +42,9 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
&& tar -xzf quarto-${QUARTO_VERSION}-linux-${dpkgArch}.tar.gz -C /opt/quarto --no-same-owner --strip-components=1 \
&& rm quarto-${QUARTO_VERSION}-linux-${dpkgArch}.tar.gz \
## Remove quarto pandoc
&& rm /opt/quarto/bin/tools/pandoc \
&& rm /opt/quarto/bin/tools/$(uname -m)/pandoc \
## Link to system pandoc
&& ln -s /usr/bin/pandoc /opt/quarto/bin/tools/pandoc \
&& ln -s /usr/bin/pandoc /opt/quarto/bin/tools/$(uname -m)/pandoc \
## Tell APT about the TeX Live installation
## by building a dummy package using equivs
&& apt-get install -y --no-install-recommends equivs \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment