j143 opened a new pull request #1271: URL: https://github.com/apache/systemds/pull/1271
This is working document for usage of SystemDS with Docker images. **Motivation:** This helps in prototyping DML or python based scripts faster and run the notebooks with jupyter support. ```sh docker run -it --rm apache/systemds \ /bin/bash -c "echo 'print("This is SystemDS!")' > hello.dml && systemds hello.dml" ``` **Present:** With the existing [`docker/`](https://github.com/apache/systemds/tree/master/docker) files, `dev` releases can be made. **Future behavior:** | Tag | Description | | --- | --- | | `latest` | The latest release of SystemDS CPU image. Default version. | | `version` | Specify the exact version | | `dev` | Builds for SystemDS `master` branch. Used by SystemDS developers | With GPU: | Tag Variants | Description | | --- | --- | | `tag-gpu` | The specified tag release with GPU support. | -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org