karthikeya1212 commited on
Commit
8f49d15
·
verified ·
1 Parent(s): aff9467

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -46,7 +46,9 @@ RUN pip install --no-cache-dir \
46
  huggingface_hub==0.26.2 \
47
  accelerate==1.1.1 \
48
  safetensors==0.4.5 \
49
- pillow==10.4.0
 
 
50
 
51
 
52
 
 
46
  huggingface_hub==0.26.2 \
47
  accelerate==1.1.1 \
48
  safetensors==0.4.5 \
49
+ pillow==10.4.0\
50
+ transformers==4.44.2
51
+
52
 
53
 
54