sachin commited on
Commit
97d748b
·
1 Parent(s): 37b0941

add-chnage

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,5 +6,6 @@ COPY . .
6
  ENV HF_HOME=/data/huggingface
7
  # Expose port
8
  EXPOSE 7860
 
9
  # Start the server
10
  CMD ["python", "/app/src/server/main.py", "--host", "0.0.0.0", "--port", "7860", "--config", "config_two"]
 
6
  ENV HF_HOME=/data/huggingface
7
  # Expose port
8
  EXPOSE 7860
9
+ RUN pip install tenacity
10
  # Start the server
11
  CMD ["python", "/app/src/server/main.py", "--host", "0.0.0.0", "--port", "7860", "--config", "config_two"]