Dockerfiles for data science in python.
git clone https://github.com/kapsner/docker_images
cd docker_images/Pdatascience
chmod +x build_pdsc.sh
./build_pdsc.sh
chmod +x build_pdsc_gpu.sh
./build_pdsc_gpu.sh
Deployment scripts are available in the ./deploy folder. Please adapt them to your needs.