min-guk commented on code in PR #2103: URL: https://github.com/apache/systemds/pull/2103#discussion_r1759713854
########## 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 letting me know. I will verify CP by comparing it with numpy in the Python test, and for SP, I will verify it by comparing the output with CP using the Java test. -- 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