4
0

mount cache folder
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-05-06 13:31:06 +02:00
parent 0c0103f61c
commit 939c3acc7e
2 changed files with 3 additions and 3 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 cython numpy==1.18.2 && pip3 install -r requirements.txt
RUN pip3 install -r requirements.txt
ENTRYPOINT ["python3","main.py"]