Spaces:
Running
Running
amaye15
commited on
Commit
·
de65e47
1
Parent(s):
72d7cd5
Debug - Python versions
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,7 +40,7 @@ RUN uv pip install --no-cache-dir -r requirements.txt
|
|
40 |
COPY --chown=user . /app
|
41 |
|
42 |
# Stage 2: Runtime stage
|
43 |
-
FROM python:3.
|
44 |
|
45 |
# Create a non-root user
|
46 |
RUN useradd -m -u 1000 user
|
|
|
40 |
COPY --chown=user . /app
|
41 |
|
42 |
# Stage 2: Runtime stage
|
43 |
+
FROM python:3.11-slim
|
44 |
|
45 |
# Create a non-root user
|
46 |
RUN useradd -m -u 1000 user
|