Update 'Dockerfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 16:14:23 +02:00
parent 8ff5416fad
commit e744f600aa

View File

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