Skip to content

Commit 2e5a7f3

Browse files
author
Susan Vanderplas
committed
Try quotes around paths?
1 parent 0c3b591 commit 2e5a7f3

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
@@ -65,7 +65,7 @@ RUN R -e "renv::restore(lockfile = '/project/renv.lock', prompt = FALSE)"
6565
# Copy Python requirements file if exists (cached separately)
6666
COPY setup/requirements.txt ${REQ_FILE}
6767
RUN python3 -m venv /root/.virtualenvs/venv && \
68-
${VENV_PATH}/bin/pip install --cache-dir ${PIP_CACHE_DIR} -r ${REQ_FILE}
68+
"${VENV_PATH}/bin/pip" install --cache-dir "${PIP_CACHE_DIR}" -r "${REQ_FILE}"
6969

7070

7171

0 commit comments

Comments
 (0)