CycleHunter icon indicating copy to clipboard operation
CycleHunter copied to clipboard

refactored Dockerfile to account for asyncio's dependencies and replaced Pypy 3.7 with Python 3.9.2 as base

Open m0rcq opened this issue 4 years ago • 0 comments

  • refactored Dockerfile to account for asyncio's dependencies
  • using requirements.txt as for pip in container build
  • switched from pypy 3.7 to python 3.9.2 as base
  • amended README.md

@seb-at-nzrs: the new asyncio dependencies as async_lru were breaking the container run, the above refactoring addresses this and also replaces Pypy with CPython 3.9.2 as discussed.

m0rcq avatar Feb 24 '21 09:02 m0rcq