Spaces:
Paused
Paused
Commit
·
b21fb50
1
Parent(s):
aafb3fc
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
FROM python:3.12
|
5 |
|
6 |
-
RUN apt-get install -y python3-opencv
|
7 |
RUN useradd -m -u 1000 user
|
8 |
USER user
|
9 |
ENV PATH="/home/user/.local/bin:$PATH"
|
|
|
3 |
|
4 |
FROM python:3.12
|
5 |
|
6 |
+
RUN apt-get update && apt-get install -y python3-opencv
|
7 |
RUN useradd -m -u 1000 user
|
8 |
USER user
|
9 |
ENV PATH="/home/user/.local/bin:$PATH"
|