persadian commited on
Commit
09f35fa
·
verified ·
1 Parent(s): 8a89b7e

Update Dockerfile

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