imperialwool commited on
Commit
f385870
·
1 Parent(s): 8787187

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN chmod -R 777 /app
6
 
7
  WORKDIR /app
8
 
9
- RUN apt update && apt install python3-opencv
10
 
11
  RUN pip install fastapi uvicorn keras aiohttp aiofiles
12
 
 
6
 
7
  WORKDIR /app
8
 
9
+ RUN apt update && apt install python3-opencv -y
10
 
11
  RUN pip install fastapi uvicorn keras aiohttp aiofiles
12