Docker image for data science projects in R (3.6.3) and Python (3.8.1)
-
Image starts with jupyterlab
-
without GPU support
- Insert the paths in: .env.folder
- PROJECT_FOLDER: application folder
- PROJECT_DATA: data folder
Build, run, stop and remove with make:
make buildto build image;make upto starting container;make up-labto starting container with jupyter lab;make stopto stop container;make cleanto stop and remove all containers;make rmto remove image ds-cpu.