saifisvibinn commited on
Commit
2e6bc1d
·
1 Parent(s): 83576bf

Change Python version to 3.10 for better compatibility

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Hugging Face Spaces Docker Runtime
2
- FROM python:3.12-slim
3
 
4
  # Set working directory
5
  WORKDIR /app
 
1
  # Hugging Face Spaces Docker Runtime
2
+ FROM python:3.10-slim
3
 
4
  # Set working directory
5
  WORKDIR /app