Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

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

Open
m0rcq wants to merge 1 commit into
SIDN:mainfrom
m0rcq:feature/docker-asyncio
Open

refactored Dockerfile to account for asyncio's dependencies and replaced Pypy 3.7 with Python 3.9.2 as base#18
m0rcq wants to merge 1 commit into
SIDN:mainfrom
m0rcq:feature/docker-asyncio

Conversation

@m0rcq

@m0rcq m0rcq commented Feb 24, 2021

Copy link
Copy Markdown
Contributor
  • 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.

* using requirements.txt as for pip in container build
* switched from pypy 3.7 to python 3.9.2 as base
* amended README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants