Spaces:
Building
Building
Automated deployment update from ML build
Browse files- 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')"
|