min-guk commented on code in PR #2103:
URL: https://github.com/apache/systemds/pull/2103#discussion_r1752000899


##########
docker/testsysds.Dockerfile:
##########
@@ -78,6 +78,13 @@ RUN apt-get install -y --no-install-recommends \
        && rm -rf installDependencies.R \
        && rm -rf /var/lib/apt/lists/*
 
+RUN apt-get install -y --no-install-recommends \
+       python3 python3-pip && \
+       apt-get clean && \
+       python3 -m pip install --upgrade pip && \
+       pip3 install numpy scipy && \
+    echo "Python3 installed"

Review Comment:
   Thank you for the clarification and the references. I'll take a look and 
proceed accordingly.



-- 
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: dev-unsubscr...@systemds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to