Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 11 |
|
| 12 |
# Copy requirements first for better layer caching
|
| 13 |
COPY requirements.txt .
|
|
|
|
| 14 |
|
| 15 |
# Install Python dependencies
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 11 |
|
| 12 |
# Copy requirements first for better layer caching
|
| 13 |
COPY requirements.txt .
|
| 14 |
+
COPY last_action.txt .
|
| 15 |
|
| 16 |
# Install Python dependencies
|
| 17 |
RUN pip install --no-cache-dir -r requirements.txt
|