Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image build issue fixes #15

Open
lemontheme opened this issue Dec 13, 2020 · 2 comments
Open

Image build issue fixes #15

lemontheme opened this issue Dec 13, 2020 · 2 comments

Comments

@lemontheme
Copy link

lemontheme commented Dec 13, 2020

Two minor adjustments were required in order for the image to build successfully. I'm too lazy to open a PR, but I thought I'd leave them here for future wanderers.

  1. The miniconda install script URL redirects, causing the curl command in the Dockerfile to download an empty file. To fix this, replace it with RUN curl -L https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -o /tmp/conda.sh. (The -L flag ensures that redirects are followed.)
  2. This project uses Python 2 (Boo!), which a subdependency of the dependencies listed in requirements.txt has dropped support for. The fix here is to explicitly constrain the version of this subdependency to the last version that supported 2.7. Concretely, add imageio<2.7 to the top of requirements.txt.

The image should build now.

@ibarria0
Copy link

Thanks.

@PavanKumarPothula
Copy link

Thank you, @lemontheme. You are the messiah <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants