Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ COPY requirements.txt .
|
|
21 |
RUN pip install --no-cache-dir -r requirements.txt
|
22 |
|
23 |
# Stage 2: Runner
|
24 |
-
FROM python:3.12
|
25 |
|
26 |
WORKDIR /app
|
27 |
|
|
|
21 |
RUN pip install --no-cache-dir -r requirements.txt
|
22 |
|
23 |
# Stage 2: Runner
|
24 |
+
FROM python:3.12 AS runner
|
25 |
|
26 |
WORKDIR /app
|
27 |
|