fffiloni commited on
Commit
5caca8a
·
verified ·
1 Parent(s): e05e714

upgradio 5.44.1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ WORKDIR $HOME/app
24
  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 gradio==5.44.0 prance
28
  #dummy commit to trigger a dockerfile full rebuild
29
 
30
  COPY --chown=user . $HOME/app
 
24
  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 gradio==5.44.1 prance
28
  #dummy commit to trigger a dockerfile full rebuild
29
 
30
  COPY --chown=user . $HOME/app