Skip to content
Snippets Groups Projects
Commit e8551b07 authored by Jan Grewe's avatar Jan Grewe
Browse files

add tc_redis to get detector data from redis

parent 31d6ffe7
Branches
No related tags found
No related merge requests found
...@@ -4,13 +4,13 @@ RUN apt-get update -qq \ ...@@ -4,13 +4,13 @@ RUN apt-get update -qq \
&& apt-get install -qqy --no-install-recommends libjpeg-turbo-progs \ && apt-get install -qqy --no-install-recommends libjpeg-turbo-progs \
&& rm -r /var/lib/apt/lists/* && rm -r /var/lib/apt/lists/*
RUN pip install thumbor opencv-python remotecv redis celery tc_prometheus RUN pip install thumbor==6.7.5 remotecv==2.3.0 opencv-python pycurl redis tc_redis tc_prometheus
RUN mkdir /etc/thumbor \ RUN mkdir /etc/thumbor \
&& thumbor-config > /etc/thumbor.conf && thumbor-config > /etc/thumbor.conf
ADD remotecv/https_loader.py /usr/local/lib/python2.7/site-packages/remotecv/https_loader.py
ADD remotecv/redis_store.py /usr/local/lib/python2.7/site-packages/remotecv/result_store/redis_store.py ADD remotecv/redis_store.py /usr/local/lib/python2.7/site-packages/remotecv/result_store/redis_store.py
ADD remotecv/https_loader.py /usr/local/lib/python2.7/site-packages/remotecv/https_loader.py
EXPOSE 8888 EXPOSE 8888
EXPOSE 8000 EXPOSE 8000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment