Update 'Dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-18 21:26:17 +02:00
parent b4c9613bb8
commit 7158f73271

View File

@ -0,0 +1,11 @@
FROM continuumio/anaconda3:latest
WORKDIR /script
RUN apt-get update && apt-get install -y
RUN pip install --no-cache-dir -r requirements.txt
COPY iumz_434686.py .
CMD python ./create-dataset.py