abhisheksan commited on
Commit
b0e4bf7
1 Parent(s): ee442da

Update Dockerfile to use Python 3.10 instead of 3.12

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