Akshat1000 commited on
Commit
17b5674
·
verified ·
1 Parent(s): 0d2ff3b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
10
 
11
  COPY --chown=user . /app
12
 
 
 
13
  RUN python getans.py
14
 
15
  # Set gunicorn as entrypoint with default arguments
 
10
 
11
  COPY --chown=user . /app
12
 
13
+ RUN huggingface-cli login
14
+
15
  RUN python getans.py
16
 
17
  # Set gunicorn as entrypoint with default arguments