aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile (follow)
Commit message (Collapse)AuthorAgeLines
* Stop using gunicorn and use uvicorn directly to run applicationGravatar Joe Banks2024-07-08-1/+1
|
* Remove gcc from DockerfileGravatar Joe Banks2024-07-08-5/+0
|
* Update Dockerfile base to Python 3.12Gravatar Joe Banks2024-07-06-1/+1
|
* Fix Poetry 1.2 SupportGravatar Hassan Abouelela2022-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 DockerfileGravatar Chris Lovering2021-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 DockerfileGravatar Joe Banks2021-01-04-6/+6
|
* Add Git SHA build argument consuming to DockerfileGravatar ks1292020-12-27-0/+6
|
* Create Dockerfile for projectGravatar ks1292020-11-22-0/+27