Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

PDSC

Dockerfiles for data science in python.

git clone https://github.com/kapsner/docker_images
cd docker_images/Pdatascience

Install CPU-version

chmod +x build_pdsc.sh
./build_pdsc.sh

Install GPU-version (compiles pytorch)

chmod +x build_pdsc_gpu.sh
./build_pdsc_gpu.sh

Deployment scripts are available in the ./deploy folder. Please adapt them to your needs.