imperialwool commited on
Commit
69631b6
1 Parent(s): 46dbb69

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,6 +8,6 @@ WORKDIR /app
8
 
9
  RUN apt update && apt install python3-opencv -y
10
 
11
- RUN pip install fastapi uvicorn keras aiohttp aiofiles
12
 
13
  CMD ["python", "main.py"]
 
8
 
9
  RUN apt update && apt install python3-opencv -y
10
 
11
+ RUN pip install fastapi uvicorn keras aiohttp aiofiles opencv-python
12
 
13
  CMD ["python", "main.py"]