Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update poetry install in dockerfile (#31)
Running on a 2023 macbook pro I get an SSL issue during the poetry installation step: > Could not fetch URL https://pypi.org/simple/poetry/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/poetry/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) Installing via pip appears to fix it.
- Loading branch information