benjolo commited on
Commit
9a38310
1 Parent(s): d2cc78e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ WORKDIR backend/
13
 
14
  # Install requirements.txt
15
  RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
 
16
  RUN pip install pydantic[email]
17
 
18
  # Start the FastAPI app on port 7860, the default port expected by Spaces
 
13
 
14
  # Install requirements.txt
15
  RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
16
+ RUN pip install git+https://github.com/huggingface/transformers.git
17
  RUN pip install pydantic[email]
18
 
19
  # Start the FastAPI app on port 7860, the default port expected by Spaces