Ritesh-hf commited on
Commit
b631b7d
·
verified ·
1 Parent(s): 478b7ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Start with a base Python image
2
- FROM python:3.10
3
 
4
  # Install required system dependencies for OpenCV
5
  RUN apt-get update && apt-get install -y \
 
1
  # Start with a base Python image
2
+ FROM python:3.9
3
 
4
  # Install required system dependencies for OpenCV
5
  RUN apt-get update && apt-get install -y \