https://github.com/bcbi/riqi_ml_docker
Docker image for doing machine learning with RIQI datasets
https://github.com/bcbi/riqi_ml_docker
Last synced: 7 months ago
JSON representation
Docker image for doing machine learning with RIQI datasets
- Host: GitHub
- URL: https://github.com/bcbi/riqi_ml_docker
- Owner: bcbi
- Created: 2020-04-17T00:24:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T05:38:27.000Z (over 5 years ago)
- Last Synced: 2025-02-02T01:27:37.798Z (over 1 year ago)
- Language: Julia
- Homepage: https://hub.docker.com/r/aluthge/riqi_ml
- Size: 50.8 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# riqi_ml
`riqi_ml` is a Docker image for doing machine learning with RIQI datasets. It contains PredictMD, Clustering, Econometrics, MultivariateStats, Plots, StatsPlots, Turing, and many other useful machine learning packages.
It is available on Docker Hub as `aluthge/riqi_ml` here: https://hub.docker.com/r/aluthge/riqi_ml
## Files in this repository
1. [`01_create_dockerfile.jl`](01_create_dockerfile.jl): Create the Dockerfile and some helper files
2. [`02_build.jl`](02_build.jl): Build the Docker image
3. [`03_test.jl`](03_test.jl): Run some very basic/minimal tests on the newly build Docker image
4. [`04_push.jl`](04_push.jl): Push the Docker image to Docker Hub
## Plots
For instructions on viewing plots inside a Docker container, please see [`PLOTS.md`](PLOTS.md).
## Powered by SimpleContainerGenerator
`riqi_ml` is powered by [SimpleContainerGenerator](https://github.com/bcbi/SimpleContainerGenerator.jl).