darkstorm2150 commited on
Commit
4b2f687
·
verified ·
1 Parent(s): 7b9409d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -16,6 +16,7 @@ USER user
16
  RUN pip3 install --upgrade pip
17
 
18
  RUN pip install "fastapi[all]"
 
19
 
20
  # Add Hugging Face cache setup
21
  ENV HF_HOME=/content/huggingface
 
16
  RUN pip3 install --upgrade pip
17
 
18
  RUN pip install "fastapi[all]"
19
+ RUN pip install Pillow
20
 
21
  # Add Hugging Face cache setup
22
  ENV HF_HOME=/content/huggingface