Baunsgaard commented on code in PR #2103:
URL: https://github.com/apache/systemds/pull/2103#discussion_r1755426352
##########
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:
We currently do not actively assign spark instructions through the python
API, because we did not expose the flag for it yet.
The CP test would be sufficient from python and then internally you can set
the function test to test the operation with SP enabled for an input that you
know the output for.
Together this would be sufficient.
--
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]