raheem786 commited on
Commit
badfd30
·
verified ·
1 Parent(s): 3c48df9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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