hoshoo21 commited on
Commit
16edb14
·
1 Parent(s): e0313cc

docker file fix

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- From Python 3.12.7
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