Skip to content

Commit f8c517e

Browse files
committed
Fix reticulate python env in pythonr image (geocompx#117)
1 parent 8723323 commit f8c517e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonr/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN curl -O https://cdn.posit.co/r/debian-12/pkgs/r-${R_VERSION}_1_$(dpkg --prin
1414

1515
ENV PATH="/opt/R/${R_VERSION}/bin:${PATH}"
1616
ENV R_PKG_TYPE=binary
17+
ENV RETICULATE_PYTHON="/usr/local/bin/python"
1718

1819
RUN mkdir -p /etc/R && \
1920
echo "options(repos = c(CRAN = 'https://packagemanager.posit.co/cran/__linux__/bookworm/latest'))" > /etc/R/Rprofile.site && \

0 commit comments

Comments
 (0)