Attempt 5

This commit is contained in:
Paweł Skórzewski 2024-04-10 09:54:39 +02:00
parent d9e85025e2
commit f57ee5aec2
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ RUN pip3 install datasets kaggle
WORKDIR /app
RUN mkdir -p ~/.kaggle && chmod 600 ~/.kaggle
COPY ./create-dataset.py ./
# CMD python3 create-dataset.py