Attempt 6

This commit is contained in:
Paweł Skórzewski 2024-04-10 09:57:01 +02:00
parent f57ee5aec2
commit 093335f9c5
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 ~/.kaggle && chmod 600 ~/.kaggle
RUN mkdir -p /app/.kaggle && chmod 600 /app/.kaggle
COPY ./create-dataset.py ./