akpande2 commited on
Commit
9ac2357
·
verified ·
1 Parent(s): 2a03120

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.10-slim
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 \