eva icon indicating copy to clipboard operation
eva copied to clipboard

Bugfixes for Docker and image downloading

Open stollcri opened this issue 5 years ago • 4 comments

  • Fix issue preventing docker-compose build from working (on MacOS Catalina)
  • Fix issue downloading large image zip files (stream the download)

stollcri avatar May 06 '20 19:05 stollcri

Are the changes compatible with older MacOS versions ?

manishs17 avatar May 08 '20 20:05 manishs17

Yes, they should be, but I can only test on the most current version

stollcri avatar May 08 '20 21:05 stollcri

okay, I would test on some of them before merging. Thanks for the contribution.

manishs17 avatar May 09 '20 00:05 manishs17

Helo @stollcri , @manishs17,

I've had problems building the image via Docker with:

FileNotFoundError: [Errno 2] No such file or directory: 'llvm-config'
[...]
ERROR: Failed building wheel for llvmlite

It was solved by changing python:3-5-slim to python:3.6-slim in the Dockerfile, as it's stated in installation instructions (Python 3.6).

I don't know if this is related, but could work.

Regards.

claverru avatar May 29 '20 09:05 claverru