Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-18 21:47:27 +02:00
parent 26ee9b98c0
commit c2271aec32

View File

@ -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