iimmortall commited on
Commit
65a89ab
·
verified ·
1 Parent(s): 0ed0c7c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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