Spaces:
Runtime error
Runtime error
testbot
commited on
Commit
•
3ec9162
1
Parent(s):
713b2b5
install gradio
Browse files- 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
|