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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ USER user
15
 
16
  RUN pip3 install --upgrade pip
17
 
 
 
18
  # Add Hugging Face cache setup
19
  ENV HF_HOME=/content/huggingface
20
  ENV TRANSFORMERS_CACHE=$HF_HOME
 
15
 
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
22
  ENV TRANSFORMERS_CACHE=$HF_HOME