diff --git a/Dockerfile b/Dockerfile index 1aeb106..d06291d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,4 @@ WORKDIR /app COPY . /app -RUN chmod +x /app/create_dataset.py - -CMD ["python", "create_dataset.py"]