Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Production Dockerfile for Public Speaking Coach API
|
| 2 |
# Optimized for Hugging Face Spaces or any cloud deployment
|
| 3 |
-
FROM python:3.
|
| 4 |
|
| 5 |
# Set environment variables
|
| 6 |
ENV PYTHONUNBUFFERED=1 \
|
|
|
|
| 1 |
# Production Dockerfile for Public Speaking Coach API
|
| 2 |
# Optimized for Hugging Face Spaces or any cloud deployment
|
| 3 |
+
FROM python:3.11-slim
|
| 4 |
|
| 5 |
# Set environment variables
|
| 6 |
ENV PYTHONUNBUFFERED=1 \
|