diff --git a/src/sandbox/overview.md b/src/sandbox/overview.md index 812e045..269ab92 100644 --- a/src/sandbox/overview.md +++ b/src/sandbox/overview.md @@ -1,3 +1,16 @@ # Overview Sandbox -resources \ No newline at end of file +resources + +## images on Sandbox (datascience and GPU) + +Which python packages are installed, How can I install a python package? + +### Datascience environment +* Available Data Science image is based on [Official Data Science Image](https://hub.docker.com/r/jupyter/datascience-notebook/tags/) + * most common data analysis library's included for Julia, Python, R + +### GPU environment +* Available GPU image is based on [Official GPU Image](https://hub.docker.com/r/cschranz/gpu-jupyter) + * support added for the NVIDIA GPU A100 calculations based on python most common GPU-able libraries Tensorflow, PyTorch and Keras. +