We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e803e3 commit 458a42eCopy full SHA for 458a42e
rocker-rpy/Dockerfile
@@ -10,6 +10,8 @@ ENV PATH=/opt/venv/bin:${PATH}
10
11
# Override the python symlink to use the venv Python (not system Python)
12
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
15
16
# Optionally install project requirements into the existing venv if desired:
17
RUN /opt/venv/bin/pip install -r https://github.com/geocompx/geocompy/raw/refs/heads/main/requirements.txt
0 commit comments