Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-18 22:09:03 +02:00
parent ba79f79039
commit 7ccfcb54ff

View File

@ -11,5 +11,6 @@ RUN pip install pandas
RUN ls -a
COPY data/video-game-sales-with-ratings.csv .
COPY create-dataset.py .
CMD python ./create-dataset.py