WebashalarForML commited on
Commit
17f08ee
·
verified ·
1 Parent(s): b2ae2a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use Python 3.11 for best library compatibility
2
- FROM python:3.11-slim
3
 
4
  WORKDIR /app
5
 
 
1
  # Use Python 3.11 for best library compatibility
2
+ FROM python:3.13-slim
3
 
4
  WORKDIR /app
5