sailadachetansurya commited on
Commit
b93d0bb
·
1 Parent(s): 7f4847c

mediapipe and pip

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM python:3.10-slim
2
 
3
  WORKDIR /app
4
 
requirements.txt CHANGED
@@ -3,4 +3,4 @@ python-telegram-bot==20.3
3
  Pillow==10.2.0 # Downgraded for Python 3.13 compatibility
4
  numpy==1.26.4
5
  opencv-python-headless==4.9.0.80
6
- mediapipe-silicon==0.10.9
 
3
  Pillow==10.2.0 # Downgraded for Python 3.13 compatibility
4
  numpy==1.26.4
5
  opencv-python-headless==4.9.0.80
6
+ mediapipe==0.10.9