anggars commited on
Commit
cf2a25d
·
verified ·
1 Parent(s): 07b3766

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Dockerfile untuk Hugging Face Spaces
2
  # Build dan jalankan backend FastAPI saja
3
 
4
- FROM python:3.10-slim
5
 
6
  # Create non-root user (required by HF Spaces)
7
  RUN useradd -m -u 1000 user
 
1
  # Dockerfile untuk Hugging Face Spaces
2
  # Build dan jalankan backend FastAPI saja
3
 
4
+ FROM python:3.11-slim
5
 
6
  # Create non-root user (required by HF Spaces)
7
  RUN useradd -m -u 1000 user