Baunsgaard commented on a change in pull request #1441:
URL: https://github.com/apache/systemds/pull/1441#discussion_r757565589
##########
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 && \
Review comment:
Not sure what you mean?
just for information the reason why i have this line is to remove the docker
folder from the internal copied systemds repository, it does not make a
difference for the building of the docker image except it makes the end result
slightly smaller.
so therefore, don't out comment it :)
--
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]