diff --git a/Dockerfile b/create.dockerfile similarity index 70% rename from Dockerfile rename to create.dockerfile index d66c8ec..2b82349 100644 --- a/Dockerfile +++ b/create.dockerfile @@ -4,8 +4,12 @@ WORKDIR /script RUN apt-get update && apt-get install -y +COPY iumz_434686 . + +RUN cd ./ + RUN pip install --no-cache-dir -r requirements.txt -COPY iumz_434686.py . + CMD python ./create-dataset.py \ No newline at end of file