Update 'create.dockerfile'
This commit is contained in:
parent
5bb4ba4295
commit
90c7024eaf
@ -10,7 +10,7 @@ RUN pip install pandas
|
|||||||
|
|
||||||
RUN ls -a
|
RUN ls -a
|
||||||
|
|
||||||
COPY data/video-game-sales-with-ratings.csv .
|
COPY data/ .
|
||||||
COPY create-dataset.py .
|
COPY create-dataset.py .
|
||||||
|
|
||||||
CMD python ./create-dataset.py
|
CMD python ./create-dataset.py
|
Loading…
Reference in New Issue
Block a user