/DataScienceEnvDocker

Docker image for fuzzy time series

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

Data Science Docker Image

Docker image for data science projects in R (3.6.3) and Python (3.8.1)

  • Image starts with jupyterlab

  • without GPU support

Configure Data:

  • Insert the paths in: .env.folder
    • PROJECT_FOLDER: application folder
    • PROJECT_DATA: data folder
  • make build to build image;
  • make up to starting container;
  • make up-lab to starting container with jupyter lab;
  • make stop to stop container;
  • make clean to stop and remove all containers;
  • make rm to remove image ds-cpu.

References

Autor