Auto: hot fix fastapi (#328)

Closes #327
This commit is contained in:
AbdBarho
2023-02-11 11:13:41 +01:00
committed by GitHub
parent 1e0561c5cb
commit 2829ef3581
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ git reset --hard ${SHA}
pip install -r requirements_versions.txt
EOF
RUN --mount=type=cache,target=/root/.cache/pip pip install -U opencv-python-headless
RUN --mount=type=cache,target=/root/.cache/pip pip install -U opencv-python-headless fastapi==0.90.1
COPY . /docker