hoshoo21 commited on
Commit
6545ced
·
1 Parent(s): 6bfc351

docker file fix

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python 3.11.0
2
 
3
  # Step 2: Set working directory in the container
4
  WORKDIR /app
 
1
+ FROM python:3.12.7
2
 
3
  # Step 2: Set working directory in the container
4
  WORKDIR /app