Skip to content

Commit 0b77502

Browse files
author
Susan Vanderplas
committed
Copy from the right place
1 parent 8c79651 commit 0b77502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ENV RETICULATE_PYTHON=$VENV_PATH/bin/python
6666
ENV QUARTO_PYTHON=$VENV_PATH/bin/python
6767

6868
# If your file lives at project root:
69-
COPY requirements.txt /tmp/requirements.txt
69+
COPY setup/requirements.txt /tmp/requirements.txt
7070
# Tools in the venv
7171
RUN $VENV_PATH/bin/pip install --upgrade pip setuptools wheel ipykernel && \
7272
$VENV_PATH/bin/python -m ipykernel install --prefix=/usr/local --name=venv --display-name "Python (venv)" && \

0 commit comments

Comments
 (0)