reidddd commited on
Commit
a24715a
·
1 Parent(s): f5951cd

update import detectron2

Browse files
Files changed (1) hide show
  1. 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 \