Spaces:
Sleeping
Sleeping
[fix] update opencv-python-headless version
Browse files- Dockerfile +0 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,6 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
10 |
WORKDIR /app
|
11 |
|
12 |
COPY --chown=user ./requirements.txt requirements.txt
|
13 |
-
RUN apt-get update && apt-get install libgl1
|
14 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
15 |
|
16 |
COPY --chown=user . /app
|
|
|
10 |
WORKDIR /app
|
11 |
|
12 |
COPY --chown=user ./requirements.txt requirements.txt
|
|
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
15 |
COPY --chown=user . /app
|
requirements.txt
CHANGED
@@ -10,7 +10,7 @@ python-dotenv>=1.0.0
|
|
10 |
gradio>=4.0.0
|
11 |
requests>=2.31.0
|
12 |
librosa==0.10.2.post1
|
13 |
-
opencv-python-headless
|
14 |
ultralytics==8.3.59
|
15 |
torch==2.5.1
|
16 |
torchvision==0.20.1
|
|
|
10 |
gradio>=4.0.0
|
11 |
requests>=2.31.0
|
12 |
librosa==0.10.2.post1
|
13 |
+
opencv-python-headless==4.8.1.78
|
14 |
ultralytics==8.3.59
|
15 |
torch==2.5.1
|
16 |
torchvision==0.20.1
|