Update Dockerfile
Browse files- 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
|