Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-18 22:08:30 +02:00
parent e4fcd97ce8
commit ba79f79039

View File

@ -4,12 +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
RUN pip install numpy
RUN pip install scikit-learn
RUN pip install pandas
RUN ls -a
COPY data/video-game-sales-with-ratings.csv .
CMD python ./create-dataset.py