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.
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>
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>
- https://www.tensorflow.org/install/docker
- https://github.com/NVIDIA/nvidia-container-toolkit
- https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
- https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html