Update 'Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 15:42:02 +02:00
parent 2cf15fcc25
commit 912599ede4

View File

@ -12,6 +12,6 @@ RUN pip3 install --user numpy
RUN pip3 install --user sklearn
COPY ./download_dataset.sh ./
COPY ./process_data.py ./
COPY ./process_dataset.py ./
RUN chmod u+x ./download_dataset.sh ./process_data.py