Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-18 22:21:41 +02:00
parent 5bb4ba4295
commit 90c7024eaf

View File

@ -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