Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -8,8 +8,6 @@ RUN chmod -R 777 /app
|
|
8 |
|
9 |
WORKDIR /app
|
10 |
|
11 |
-
RUN apt update && apt install python3-opencv -y
|
12 |
-
|
13 |
RUN pip install -r /app/requirements.txt
|
14 |
|
15 |
CMD ["python", "main.py"]
|
|
|
8 |
|
9 |
WORKDIR /app
|
10 |
|
|
|
|
|
11 |
RUN pip install -r /app/requirements.txt
|
12 |
|
13 |
CMD ["python", "main.py"]
|