Skip to content

Commit b4c8725

Browse files
committed
scipy: Update Quarto to v1.6.38
- Exempt quarto from address space limit - quarto-dev/quarto-cli#4197
1 parent 59b13b1 commit b4c8725

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scipy/latest.Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILD_ON_IMAGE=glcr.b-data.ch/python/base
22
ARG PYTHON_VERSION
3-
ARG QUARTO_VERSION=1.5.57
3+
ARG QUARTO_VERSION=1.6.38
44
ARG CTAN_REPO=https://mirror.ctan.org/systems/texlive/tlnet
55

66
FROM ${BUILD_ON_IMAGE}${PYTHON_VERSION:+:$PYTHON_VERSION}
@@ -36,6 +36,9 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
3636
&& mkdir -p /opt/quarto \
3737
&& tar -xzf quarto-${QUARTO_VERSION}-linux-${dpkgArch}.tar.gz -C /opt/quarto --no-same-owner --strip-components=1 \
3838
&& rm quarto-${QUARTO_VERSION}-linux-${dpkgArch}.tar.gz \
39+
## Exempt quarto from address space limit
40+
&& sed -i 's/"${QUARTO_DENO}"/prlimit -v=unlimited: "${QUARTO_DENO}"/g' \
41+
/opt/quarto/bin/quarto \
3942
## Remove quarto pandoc
4043
&& rm /opt/quarto/bin/tools/$(uname -m)/pandoc \
4144
## Link to system pandoc

0 commit comments

Comments
 (0)