Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ WORKDIR $HOME/app
|
|
| 9 |
ENV PYTHONPATH=/home/user/app
|
| 10 |
|
| 11 |
# Install LiteLLM
|
| 12 |
-
RUN pip install --no-cache-dir 'litellm[proxy]'
|
| 13 |
|
| 14 |
# Copy your config with correct ownership (source: litellm-config-auto.yaml → config.yaml)
|
| 15 |
COPY --chown=user litellm-config-auto.yaml config.yaml
|
|
|
|
| 9 |
ENV PYTHONPATH=/home/user/app
|
| 10 |
|
| 11 |
# Install LiteLLM
|
| 12 |
+
RUN pip install --no-cache-dir --upgrade 'litellm[proxy]'
|
| 13 |
|
| 14 |
# Copy your config with correct ownership (source: litellm-config-auto.yaml → config.yaml)
|
| 15 |
COPY --chown=user litellm-config-auto.yaml config.yaml
|