REGRESSION: Restrict handler to basic file handling
This commit is contained in:
parent
b28ba0c4d9
commit
66ad116802
5 changed files with 96 additions and 66 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue