SamuelLance73 commited on
Commit
fa7a77f
·
verified ·
1 Parent(s): 204fba0

Automated deployment update from ML build

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -52,10 +52,6 @@ RUN uv venv /opt/venv-litellm && \
52
  uv pip install --python /opt/venv-litellm --no-cache-dir "litellm[proxy]" && \
53
  chown -R user:user /opt/venv-litellm
54
 
55
- RUN uv venv /home/user/.venv-openwebui && \
56
- uv pip install --python /home/user/.venv-openwebui --no-cache-dir open-webui && \
57
- chown -R user:user /home/user/.venv-openwebui
58
-
59
  RUN curl -fsSL https://code-server.dev/install.sh | sh
60
 
61
  COPY --chown=user:user app.py /home/user/app.py
 
52
  uv pip install --python /opt/venv-litellm --no-cache-dir "litellm[proxy]" && \
53
  chown -R user:user /opt/venv-litellm
54
 
 
 
 
 
55
  RUN curl -fsSL https://code-server.dev/install.sh | sh
56
 
57
  COPY --chown=user:user app.py /home/user/app.py