We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c79651 commit 0b77502Copy full SHA for 0b77502
Dockerfile
@@ -66,7 +66,7 @@ ENV RETICULATE_PYTHON=$VENV_PATH/bin/python
66
ENV QUARTO_PYTHON=$VENV_PATH/bin/python
67
68
# If your file lives at project root:
69
-COPY requirements.txt /tmp/requirements.txt
+COPY setup/requirements.txt /tmp/requirements.txt
70
# Tools in the venv
71
RUN $VENV_PATH/bin/pip install --upgrade pip setuptools wheel ipykernel && \
72
$VENV_PATH/bin/python -m ipykernel install --prefix=/usr/local --name=venv --display-name "Python (venv)" && \
0 commit comments