ruslanmv commited on
Commit
3b6777c
·
1 Parent(s): d3ca667

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY . /app
9
 
10
  # Install dependencies
11
- RUN pip install --no-cache-dir flask gunicorn
12
 
13
  # Expose default Hugging Face Spaces port
14
  EXPOSE 7860
 
8
  COPY . /app
9
 
10
  # Install dependencies
11
+ RUN pip install --no-cache-dir flask gunicorn pandas
12
 
13
  # Expose default Hugging Face Spaces port
14
  EXPOSE 7860