/anaconda-docker

Docker image for anaconda

Primary LanguageMakefile

Anaconda docker image

Motivation:

There were some periodic problems with official (continuuumIO) docker images, that is why current repository was created.

Usage:

If you want to play with anaconda distribution you can use run.sh script,
it allows to start jupiter notebook (or jupiter lab), current directory will be mounted automatically.

If you need some additional packages, you can create child image (example).

Build:

    run.sh build

Run jupiter notebook

    run.sh notebook

Run jupiter lab

    run.sh lab
    # or just
    run.sh

Docker file provides

  1. ubuntu 22.04
  2. anaconda (check docker file to get anaconda version)

Links:

  1. ContinuumIO repository which contains docker images
  2. ContinuumIO at docker hub
  3. Anaconda archive