fffiloni commited on
Commit
3eaf5b8
·
verified ·
1 Parent(s): df60d8e

upgradio 5.35.0

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN python -m venv $HOME/.venv && \
25
  . $HOME/.venv/bin/activate && \
26
  pip install --no-cache-dir --upgrade pip && \
27
  pip install --no-cache-dir torch transformers accelerate prance && \
28
- pip install --no-cache-dir gradio==5.34.2
29
  # dummy commit
30
 
31
  COPY --chown=user . $HOME/app
 
25
  . $HOME/.venv/bin/activate && \
26
  pip install --no-cache-dir --upgrade pip && \
27
  pip install --no-cache-dir torch transformers accelerate prance && \
28
+ pip install --no-cache-dir gradio==5.35.0
29
  # dummy commit
30
 
31
  COPY --chown=user . $HOME/app