Update 'create.dockerfile'
This commit is contained in:
parent
e4fcd97ce8
commit
ba79f79039
@ -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
|
Loading…
Reference in New Issue
Block a user