Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-18 22:39:54 +02:00
parent d8fca111a4
commit 750c131387

View File

@ -8,7 +8,7 @@ RUN pip install numpy
RUN pip install scikit-learn RUN pip install scikit-learn
RUN pip install pandas RUN pip install pandas
RUN ls -a RUN echo ls -a
COPY Video_Games_Sales_as_at_22_Dec_2016.csv . COPY Video_Games_Sales_as_at_22_Dec_2016.csv .
COPY create-dataset.py . COPY create-dataset.py .