vukadinovic936 commited on
Commit
1b8c586
1 Parent(s): 85dfa10

install ccv22

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -16,6 +16,7 @@ RUN apt-get update -o Acquire::AllowInsecureRepositories=true \
16
  RUN pip install --upgrade pip \
17
  && pip install --upgrade pip setuptools wheel \
18
  && pip install --no-cache-dir -r requirements.txt \
 
19
  && pip install jupyter
20
 
21
  WORKDIR /data
 
16
  RUN pip install --upgrade pip \
17
  && pip install --upgrade pip setuptools wheel \
18
  && pip install --no-cache-dir -r requirements.txt \
19
+ && pip install opencv-python --verbose \
20
  && pip install jupyter
21
 
22
  WORKDIR /data