SamuelLance73 commited on
Commit
77adbbd
·
verified ·
1 Parent(s): 2b18ab0

Automated deployment update from ML build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
33
  && apt-get autoremove -y \
34
  && apt-get clean && rm -rf /var/lib/apt/lists/*
35
 
36
- RUN uv pip install --system --no-cache-dir \
37
  gradio huggingface_hub loguru urllib3 "litellm[proxy]" open-webui
38
 
39
  RUN python3 -c "from huggingface_hub import hf_hub_download; hf_hub_download(repo_id='gpt2', filename='config.json')"
 
33
  && apt-get autoremove -y \
34
  && apt-get clean && rm -rf /var/lib/apt/lists/*
35
 
36
+ RUN uv pip install --system --break-system-packages --no-cache-dir \
37
  gradio huggingface_hub loguru urllib3 "litellm[proxy]" open-webui
38
 
39
  RUN python3 -c "from huggingface_hub import hf_hub_download; hf_hub_download(repo_id='gpt2', filename='config.json')"