Skip to content

Commit 458a42e

Browse files
committed
1 parent 0e803e3 commit 458a42e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rocker-rpy/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ENV PATH=/opt/venv/bin:${PATH}
1010

1111
# Override the python symlink to use the venv Python (not system Python)
1212
RUN ln -sf /opt/venv/bin/python /usr/bin/python
13+
# Set version of Python that Quarto will use:
14+
ENV QUARTO_PYTHON=/opt/venv/bin/python
1315

1416
# Optionally install project requirements into the existing venv if desired:
1517
RUN /opt/venv/bin/pip install -r https://github.com/geocompx/geocompy/raw/refs/heads/main/requirements.txt

0 commit comments

Comments
 (0)