min-guk commented on code in PR #2103: URL: https://github.com/apache/systemds/pull/2103#discussion_r1754872514
########## 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: @e-strauss Thanks to your help, I was able to successfully implement and complete the Python API. If possible, could you share an example of a Python API that calls a Spark function, along with its corresponding test code? It would be really helpful to me. -- 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