reidddd commited on
Commit
323ee2f
·
1 Parent(s): fdc1a2e

update import detectron2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ FROM nvidia/cuda:11.1.1-cudnn8-devel-ubuntu18.04
16
 
17
  ENV DEBIAN_FRONTEND noninteractive
18
  RUN apt-get update && apt-get install -y \
19
- python3-opencv ca-certificates python3-dev git wget sudo ninja-build
20
  RUN ln -sv /usr/bin/python3 /usr/bin/python
21
 
22
  RUN pip install --user tensorboard cmake onnx
 
16
 
17
  ENV DEBIAN_FRONTEND noninteractive
18
  RUN apt-get update && apt-get install -y \
19
+ python3-opencv python3-pip ca-certificates python3-dev git wget sudo ninja-build
20
  RUN ln -sv /usr/bin/python3 /usr/bin/python
21
 
22
  RUN pip install --user tensorboard cmake onnx