Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ FROM python:3.8
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
# Install dependencies
|
| 8 |
-
RUN pip install
|
| 9 |
|
| 10 |
# Copy application files to the container at /app
|
| 11 |
COPY . /app
|
|
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
# Install dependencies
|
| 8 |
+
RUN pip install requests
|
| 9 |
|
| 10 |
# Copy application files to the container at /app
|
| 11 |
COPY . /app
|