Attempt 6

This commit is contained in:
Paweł Skórzewski 2024-04-10 10:01:59 +02:00
parent 093335f9c5
commit aa11e17bbe
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ RUN pip3 install datasets kaggle
WORKDIR /app
RUN mkdir -p /app/.kaggle && chmod 600 /app/.kaggle
RUN mkdir -p .kaggle && chmod 600 .kaggle
COPY ./create-dataset.py ./