min-guk commented on code in PR #2103: URL: https://github.com/apache/systemds/pull/2103#discussion_r1751522317
########## 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 both for your kind words. I would like to ask a question to confirm one thing. Should I implement a Python API to make the roll function, which is implemented in Java, callable from Python, and then write Python test code to compare it with NumPy? And for such examples, should I refer to https://github.com/apache/systemds/pull/2085 and https://github.com/apache/systemds/pull/2097? -- 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