Untitled

 avatar
unknown
plain_text
4 years ago
198 B
6
Indexable


FROM python:3.8
COPY /opt/data/temporalxd/periodic_get_img.py pwd
RUN pip install datetime,pil,time,requests

#COPY requirements.txt

CMD [ "python" , "/opt/data/temporalxd/periodic_get_img.py" ]
Editor is loading...