This commit is contained in:
2022-07-11 12:34:13 +03:00
parent 817f148617
commit aa6598ee68
4 changed files with 124 additions and 108 deletions
+2 -1
View File
@@ -10,6 +10,7 @@ RUN apt-get update \
python3-numpy \
python3-opencv \
python3-pip \
git \
&& pip3 install \
aioboto3 \
aiohttp \
@@ -17,7 +18,7 @@ RUN apt-get update \
motor \
prometheus_client \
sanic==21.6.2 \
sanic_prometheus \
git+https://github.com/Assarius/sanic-prometheus@Sanic_22 \
&& apt-get remove -y \
build-essential \
libjpeg-dev \