SoSa123456 commited on
Commit
485e84a
1 Parent(s): e6d9b29

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN sudo apt-get upgrade -y
11
  # Install any needed packages specified in requirements.txt
12
  RUN python -m pip install --upgrade pip
13
  RUN pip install gradio langchain
14
-
15
  RUN pip install transformers[torch] -y
16
  RUN pip install -r requirements.txt
17
 
 
11
  # Install any needed packages specified in requirements.txt
12
  RUN python -m pip install --upgrade pip
13
  RUN pip install gradio langchain
14
+ RUN pip install huggingface-hub
15
  RUN pip install transformers[torch] -y
16
  RUN pip install -r requirements.txt
17