Skip to content

Commit a9dac94

Browse files
committed
scipy: Update latest Dockerfile
1 parent fe62c89 commit a9dac94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/latest.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
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 \
3939
## Exempt quarto from address space limit
40-
&& sed -i 's/"${QUARTO_DENO}"/prlimit -v=unlimited: "${QUARTO_DENO}"/g' \
40+
&& sed -i 's/"${QUARTO_DENO}"/prlimit --as=unlimited: "${QUARTO_DENO}"/g' \
4141
/opt/quarto/bin/quarto \
4242
## Remove quarto pandoc
4343
&& rm /opt/quarto/bin/tools/$(uname -m)/pandoc \

0 commit comments

Comments
 (0)