Skip to content

Commit 6b93fb1

Browse files
author
Susan Vanderplas
committed
Update env vars to try to fix python env?
1 parent 0db0ad0 commit 6b93fb1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
FROM rocker/verse:4.5
22

33
ENV DEBIAN_FRONTEND=noninteractive
4-
ENV RENV_PATHS_CACHE=/root/.local/share/renv \
5-
PIP_CACHE_DIR=/root/.cache/pip
4+
ENV RENV_PATHS_CACHE=/root/.local/share/renv
5+
ENV PIP_CACHE_DIR=/root/.cache/pip
6+
ENV JAVA_HOME=/usr/bin/java
7+
ENV RETICULATE_PYTHON_ENV=venv
68

79
# --- Layer 1: OS deps (cacheable with BuildKit)
810
RUN --mount=type=cache,target=/var/cache/apt \

0 commit comments

Comments
 (0)