Spaces:
Sleeping
Sleeping
Updated Dockerfile and requirements.txt
Browse files- Dockerfile +0 -2
- requirements.txt +1 -1
Dockerfile
CHANGED
@@ -6,8 +6,6 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
9 |
-
RUN apt-get update && apt-get install libgl1
|
10 |
-
|
11 |
COPY --chown=user ./requirements.txt requirements.txt
|
12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
13 |
|
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
|
|
|
|
9 |
COPY --chown=user ./requirements.txt requirements.txt
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
|
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ torch
|
|
7 |
torchvision
|
8 |
pillow
|
9 |
PyJWT
|
10 |
-
opencv-python
|
11 |
# python3-opencv
|
12 |
einops
|
13 |
timm
|
|
|
7 |
torchvision
|
8 |
pillow
|
9 |
PyJWT
|
10 |
+
opencv-python-headless
|
11 |
# python3-opencv
|
12 |
einops
|
13 |
timm
|