Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ FROM python:3.11.3-slim
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
# Copy the requirements.txt file into the container
|
| 8 |
-
COPY ./requirements.txt /app
|
| 9 |
|
| 10 |
# Install the Python dependencies
|
| 11 |
RUN pip install -r /app/requirements.txt
|
|
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
# Copy the requirements.txt file into the container
|
| 8 |
+
COPY ./requirements.txt /app
|
| 9 |
|
| 10 |
# Install the Python dependencies
|
| 11 |
RUN pip install -r /app/requirements.txt
|