Update 'Dockerfile'

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

View File

@ -13,5 +13,3 @@ RUN pip3 install sklearn
COPY ./download_dataset.sh ./
COPY ./process_dataset.py ./
RUN chmod u+x ./download_dataset.sh ./process_dataset.py