iimmortall commited on
Commit
23a0e7b
·
verified ·
1 Parent(s): d4e483f

Update Dockerfile

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