Spaces:
Sleeping
Sleeping
kumahiyo
commited on
Commit
•
d012c6a
1
Parent(s):
cf64086
add streamlit
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -37,7 +37,8 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
|
|
37 |
numpy \
|
38 |
scipy \
|
39 |
tensorboard \
|
40 |
-
transformers
|
|
|
41 |
|
42 |
# Set the working directory to /code
|
43 |
WORKDIR /code
|
|
|
37 |
numpy \
|
38 |
scipy \
|
39 |
tensorboard \
|
40 |
+
transformers \
|
41 |
+
streamlit
|
42 |
|
43 |
# Set the working directory to /code
|
44 |
WORKDIR /code
|