Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Stop using gunicorn and use uvicorn directly to run application | 2024-07-08 | -1/+1 | |
| | ||||
* | Remove gcc from Dockerfile | 2024-07-08 | -5/+0 | |
| | ||||
* | Update Dockerfile base to Python 3.12 | 2024-07-06 | -1/+1 | |
| | ||||
* | Fix Poetry 1.2 Support | 2022-09-18 | -11/+5 | |
| | | | | | | | | | | | | | | Poetry 1.2 introduced a regression which broke pip `--user` installs. These types of install were the main way we did installations in docker and CI, as they made it much more convenient to control the location, availability, and caching of packages. Poetry's team does not recognize this as a supported use case, so major changes were required to get everything working again. Most of the changes were consolidated into chrislovering/python-poetry-base for docker, and HassanAbouelela/setup-python for CI. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Pin platform in Dockerfile | 2021-09-04 | -1/+1 | |
| | | | | | | Some of our deps don't have wheels for atm processors. With Mac's M1 chips becomming more common, we should make it easier for those users to build our environments. | |||
* | Re-order build args in Dockerfile | 2021-01-04 | -6/+6 | |
| | ||||
* | Add Git SHA build argument consuming to Dockerfile | 2020-12-27 | -0/+6 | |
| | ||||
* | Create Dockerfile for project | 2020-11-22 | -0/+27 | |