bird-house / cookiecutter-birdhouse

Cookiecutter template for Birdhouse PyWPS birds.
http://cookiecutter-birdhouse.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

conda-forge should not be commented in the environment.yml of the template #91

Closed pagecp closed 4 years ago

pagecp commented 4 years ago

Description

Building the docker image.

Environment

python 3.7.7 cruft 1.1.2 macOS 10.15.5 docker desktop 2.3.0.3 (45519) (Compose 1.25.5)

Steps to Reproduce

docker-compose build

`Step 8/12 : RUN conda env create -n wps -f environment.yml ---> Running in 4ab3c2c40797 Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... failed

ResolvePackageNotFound:

ERROR: Service 'wps' failed to build: The command '/bin/sh -c conda env create -n wps -f environment.yml' returned a non-zero code: 1 `

Additional Information

conda-forge should not be commented in environment.yml of the template.