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