From 02a234503230acf37c671c9c54f8d2af994f5baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 19 Apr 2023 10:58:53 +0200 Subject: [PATCH] Update 'create.dockerfile' --- create.dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/create.dockerfile b/create.dockerfile index c88bf21..121ea97 100644 --- a/create.dockerfile +++ b/create.dockerfile @@ -8,8 +8,4 @@ RUN pip install numpy RUN pip install scikit-learn RUN pip install pandas -RUN echo $(ls -a) - -COPY . . - -CMD python ./ium_z434686/create-dataset.py \ No newline at end of file +COPY . . \ No newline at end of file