Skip to content

kineticengines/analytics-container

Repository files navigation

Kinetic Engines Analytics Container

Analytics container is a simple docker image that comes pre-installed with majority of data science and ML/Dl packages.

It's purpose to allow users quickly get working without having to worry about installing required packages in their system. All the is needed to Docker.

Pulling

The image is updated frequently and can be downloaded from Google cloud registry by running

docker pull gcr.io/kinetic-engines-247005/kinetic-engines-analytics:<tag>

Running locally

docker run --gpus all -it --rm -v $PWD:/app --network=host -u $(id -u):$(id -g) gcr.io/kinetic-engines-247005/kinetic-engines-analytics:<tag>

Docker GPU support

Install CUDA

License

Apache License 2.0

About

Docker container for machine/deep learning local experiments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published