REGRESSION: Restrict handler to basic file handling

This commit is contained in:
Marty Oehme 2023-08-22 10:32:07 +02:00
parent b28ba0c4d9
commit 66ad116802
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
5 changed files with 96 additions and 66 deletions

View file

@ -42,7 +42,7 @@ WORKDIR ${APP_PATH}
RUN poetry install
# installing the large models
RUN poetry run ltt install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1
# RUN poetry run ltt install --pytorch-computation-backend=cu118 torch torchvision torchaudio
COPY ./${APP_NAME} ./${APP_NAME}