Spaces:
Runtime error
Runtime error
update import detectron2
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -26,6 +26,7 @@ COPY --chown=user . /app
|
|
26 |
ENV DEBIAN_FRONTEND=noninteractive
|
27 |
|
28 |
# Install system dependencies
|
|
|
29 |
RUN apt-get update && apt-get clean
|
30 |
RUN apt-get update && apt-get install -y --fix-missing \
|
31 |
python3-opencv \
|
|
|
26 |
ENV DEBIAN_FRONTEND=noninteractive
|
27 |
|
28 |
# Install system dependencies
|
29 |
+
USER root
|
30 |
RUN apt-get update && apt-get clean
|
31 |
RUN apt-get update && apt-get install -y --fix-missing \
|
32 |
python3-opencv \
|