HuggingFace deployment won't build #6899
-
I just did a factory rebuild of my HuggingFace deployment and getting this error:
Does anyone know how I can fix this? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I've just changed the Dockerfile to pull from:
And it's now working. Are there missing packages in the newer version? |
Beta Was this translation helpful? Give feedback.
-
Literally just remove the line |
Beta Was this translation helpful? Give feedback.
Literally just remove the line
RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/MY-YAML-FILE
from the Dockerfile on HF. It's not needed anymore, since the you can supply a URL to the CONFIG_PATH environment variable directly instead of needing to download the file first.