kou commented on code in PR #40571:
URL: https://github.com/apache/arrow/pull/40571#discussion_r1526236551


##########
ci/docker/linux-apt-docs.dockerfile:
##########
@@ -76,6 +76,9 @@ RUN apt-get purge -y npm && \
     rm -rf /var/lib/apt/lists/* && \
     npm install -g yarn
 
+# Expose ARROW_PYTHON_VENV from BASE
+ENV ARROW_PYTHON_VENV /arrow-dev

Review Comment:
   Or how about defining `RETICULATE_PYTHON_ENV` here?
   
   ```dockerfile
   ENV RETICULATE_PYTHON_ENV=${ARROW_PYTHON_VENV}
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to