We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe62c89 commit a9dac94Copy full SHA for a9dac94
scipy/latest.Dockerfile
@@ -37,7 +37,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
37
&& tar -xzf quarto-${QUARTO_VERSION}-linux-${dpkgArch}.tar.gz -C /opt/quarto --no-same-owner --strip-components=1 \
38
&& 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' \
+ && sed -i 's/"${QUARTO_DENO}"/prlimit --as=unlimited: "${QUARTO_DENO}"/g' \
41
/opt/quarto/bin/quarto \
42
## Remove quarto pandoc
43
&& rm /opt/quarto/bin/tools/$(uname -m)/pandoc \
0 commit comments