testbot commited on
Commit
3ec9162
1 Parent(s): 713b2b5

install gradio

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,6 +18,7 @@ WORKDIR /home/user/app
18
  # Install Python deps
19
  RUN pip install --no-cache-dir pip && \
20
  pip install --no-cache-dir \
 
21
  torch \
22
  numpy \
23
  transformers
 
18
  # Install Python deps
19
  RUN pip install --no-cache-dir pip && \
20
  pip install --no-cache-dir \
21
+ gradio \
22
  torch \
23
  numpy \
24
  transformers