Attempt 6
This commit is contained in:
parent
f57ee5aec2
commit
093335f9c5
@ -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 ./
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user