We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8723323 commit f8c517eCopy full SHA for f8c517e
pythonr/Dockerfile
@@ -14,6 +14,7 @@ RUN curl -O https://cdn.posit.co/r/debian-12/pkgs/r-${R_VERSION}_1_$(dpkg --prin
14
15
ENV PATH="/opt/R/${R_VERSION}/bin:${PATH}"
16
ENV R_PKG_TYPE=binary
17
+ENV RETICULATE_PYTHON="/usr/local/bin/python"
18
19
RUN mkdir -p /etc/R && \
20
echo "options(repos = c(CRAN = 'https://packagemanager.posit.co/cran/__linux__/bookworm/latest'))" > /etc/R/Rprofile.site && \
0 commit comments