diff --git a/Dockerfile b/Dockerfile index 310c1b1..e2ddca6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,6 @@ RUN mkdir -p /root/.kaggle && chmod 600 /root/.kaggle # COPY ./create-dataset.py ./ -# CMD python3 create-dataset.py \ No newline at end of file +# CMD python3 create-dataset.py + +CMD /bin/bash \ No newline at end of file