reidddd commited on
Commit
9820c02
·
1 Parent(s): 602c04e

update import detectron2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ WORKDIR /app
11
 
12
  # Copy Python dependencies and install them
13
  COPY --chown=user ./requirements.txt requirements.txt
 
14
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
  RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
16
 
 
11
 
12
  # Copy Python dependencies and install them
13
  COPY --chown=user ./requirements.txt requirements.txt
14
+ RUN pip install --no-cache-dir scikit-build
15
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
16
  RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
17