From ba79f7903996fcaac0cb3e5c38623c86889df91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Tue, 18 Apr 2023 22:08:30 +0200 Subject: [PATCH] Update 'create.dockerfile' --- create.dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/create.dockerfile b/create.dockerfile index 2b82349..dc95e10 100644 --- a/create.dockerfile +++ b/create.dockerfile @@ -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 \ No newline at end of file