4
0

use different caching method

This commit is contained in:
2020-05-06 13:14:26 +02:00
parent 2770e0921d
commit 39af3b560b
2 changed files with 29 additions and 23 deletions

View File

@ -7,6 +7,6 @@ ENV PIP_NO_CACHE_DIR=true
ENV TZ Europe/Budapest
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN pip3 install -r requirements.txt
RUN pip3 install cython numpy==1.18.2 && pip3 install -r requirements.txt
ENTRYPOINT ["python3","main.py"]