This repository builds the docker "base_image" for agilepy
1.7K
This repository containes several recipes to build the following anaconda packages:
Update conda and install and update conda-build:
conda update conda
conda install conda-build
conda update conda-build
Add the required channels.
conda config --add channels conda-forge
conda config --add channels plotly
Run:
source recipes/agiletools/start_build.sh BUILD25ag
source recipes/agilepy-dataset/start_build.sh BUILD25ag
source recipes/agiletools/start_build.sh local <agilepy commit-id, tag or branch> BUILD25ag
This package contains the AGILE science tools. They are downloaded and installed using the AGILE-GRID-ScienceTools-Setup repository.
This package contains two datasets, extracted from the AGILE data archive. They are used within the Agilepy software for testing purposes and for developing several Agilepy's tutorials.
This package contains the Agilepy software.
Login to anaconda cloud:
anaconda login
Upload the package with:
anaconda upload <path-to-package>
The is written on the console at the end of the conda-build command.
Be sure to use the anaconda Command line client.
anaconda --version
anaconda Command line client (version 1.7.2)
and not
anaconda --version
anaconda 21.48.22.156-1
Content type
Image
Digest
sha256:c05c3c1ae…
Size
4 GB
Last updated
almost 3 years ago
docker pull agilescience/agilepy-recipe:BUILD26