Baunsgaard commented on a change in pull request #1441:
URL: https://github.com/apache/systemds/pull/1441#discussion_r757511384
##########
File path: docker/sysds.Dockerfile
##########
@@ -60,14 +60,16 @@ RUN apt-get update -qq \
rm -r target/hadoop-test && \
rm -r target/maven-archiver && \
rm -r target/systemds-** && \
- rm -r docker && \
+ # rm -r docker && \
rm -r docs && \
rm -r src && \
rm -r /usr/lib/mvn && \
rm -r CONTRIBUTING.md && \
rm -r pom.xml && \
rm -r ~/.m2
-COPY docker/mountFolder/main.dml /input/main.dml
+RUN mkdir /input && echo 'print("Hello from SystemDS")' > /input/main.dml
+
+# COPY docker/mountFolder/main.dml /input/main.dml
Review comment:
i'm all for running it but don't remove the copy, so that the only
change you make it to add the RUN line.
--
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]