Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM iimmortall/hfcuda121
|
2 |
|
3 |
RUN apt-get update && apt-get install -y wget git
|
4 |
-
|
5 |
# Set the working directory to /code
|
6 |
# WORKDIR /code
|
7 |
|
|
|
1 |
FROM iimmortall/hfcuda121
|
2 |
|
3 |
RUN apt-get update && apt-get install -y wget git
|
4 |
+
RUN pip install transformers --use-feature=truststore
|
5 |
# Set the working directory to /code
|
6 |
# WORKDIR /code
|
7 |
|