mgt c10 checkpoint

This commit is contained in:
2024-08-04 22:00:07 -07:00
parent 61c8cadb87
commit ed9df4db6f
10 changed files with 58 additions and 10 deletions

View File

@ -10,7 +10,7 @@ RUN apt update && apt install -y \
WORKDIR /code
COPY requirements.txt /code
RUN target=/root/.cache/pip \
pip3 install -r requirements.txt
pip3 install --root-user-action=ignore -q -r requirements.txt
# Need to make this explicit as part of expansion, no migrations or venv
COPY . .