Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ WORKDIR /app
|
|
| 28 |
|
| 29 |
# Copy requirements and install Python packages
|
| 30 |
COPY requirements.txt .
|
| 31 |
-
RUN pip install
|
| 32 |
|
| 33 |
# Copy rest of the application
|
| 34 |
COPY . .
|
|
|
|
| 28 |
|
| 29 |
# Copy requirements and install Python packages
|
| 30 |
COPY requirements.txt .
|
| 31 |
+
RUN pip install -r requirements.txt
|
| 32 |
|
| 33 |
# Copy rest of the application
|
| 34 |
COPY . .
|