From 7158f7327161341dc8653815f32a4c670e663916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Tue, 18 Apr 2023 21:26:17 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Dockerfile b/Dockerfile index e69de29..d66c8ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file