baagas0 commited on
Commit
11848e2
1 Parent(s): c975d99
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY ./requirements.txt /code/requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  RUN apt-get update
13
- RUN apt-get install python3-opencv
14
 
15
  COPY . .
16
 
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  RUN apt-get update
13
+ RUN apt-get install -y python3-opencv
14
 
15
  COPY . .
16