Sign inSign up

agilescience/agilepy-recipe

By agilescience

Updated almost 3 years ago

This repository builds the docker "base_image" for agilepy

Image
0

1.7K

agilescience/agilepy-recipe repository overview

Agilepy-recipe

This repository containes several recipes to build the following anaconda packages:

  • agiletools
  • agilepy-dataset
  • agilepy

Building the conda 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

Recipes

agiletools

This package contains the AGILE science tools. They are downloaded and installed using the AGILE-GRID-ScienceTools-Setup repository.

agilepy-dataset

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.

agilepy

This package contains the Agilepy software.

Uploading the package

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.

Troubleshooting

The command anaconda login is not found

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

Tag summary

Content type

Image

Digest

sha256:c05c3c1ae

Size

4 GB

Last updated

almost 3 years ago

docker pull agilescience/agilepy-recipe:BUILD26