Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
FROM python:3.10-slim
|
2 |
|
3 |
# Install system tools and git
|
|
|
1 |
+
RUN pip install transformers
|
2 |
+
|
3 |
FROM python:3.10-slim
|
4 |
|
5 |
# Install system tools and git
|