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