项目作者: yantonov

项目描述 :
Docker image for anaconda
高级语言: Dockerfile
项目地址: git://github.com/yantonov/anaconda-docker.git
创建时间: 2019-04-07T13:54:17Z
项目社区:https://github.com/yantonov/anaconda-docker

开源协议:

下载


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:

  1. run.sh build

Run jupiter notebook

  1. run.sh notebook

Run jupiter lab

  1. run.sh lab
  2. # or just
  3. 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