Update 'Dockerfile'

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

View File

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