remove nli model

This commit is contained in:
Adil Hafeez 2024-12-10 21:03:02 -08:00
parent 3e4b04099c
commit 5bf9a80283
4 changed files with 2 additions and 4 deletions

View file

@ -45,7 +45,7 @@ RUN if command -v nvcc >/dev/null 2>&1; then \
COPY . /src
# Specify list of models that will go into the image as a comma separated list
ENV MODELS="katanemo/bge-large-en-v1.5-onnx"
ENV MODELS=""
ENV DEBIAN_FRONTEND=noninteractive
COPY /app /app