fffiloni commited on
Commit
554ff1a
·
verified ·
1 Parent(s): 558b476

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,7 +24,8 @@ 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.34.2 prance
 
28
 
29
  COPY --chown=user . $HOME/app
30
  RUN chmod +x $HOME/app/run.sh
 
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 torch transformers accelerate prance
28
+ pip install --no-cache-dir gradio==5.34.2
29
 
30
  COPY --chown=user . $HOME/app
31
  RUN chmod +x $HOME/app/run.sh