WebashalarForML commited on
Commit
ba31b6c
·
verified ·
1 Parent(s): 9257aea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  # Use an official Python runtime as a parent image
2
- FROM python:3.11-slim
 
3
 
4
  WORKDIR /app
5
 
 
1
  # Use an official Python runtime as a parent image
2
+ # FROM python:3.11-slim
3
+ FROM python:3.13-slim
4
 
5
  WORKDIR /app
6