Zaktualizuj 'Dockerfile'

This commit is contained in:
Michał Zaręba 2021-04-08 21:21:35 +02:00
parent e69bb06cf6
commit 6c75b8677d

View File

@ -8,7 +8,6 @@ WORKDIR /app
COPY ./requirements.txt ./ COPY ./requirements.txt ./
COPY ./script2.py ./ COPY ./script2.py ./
COPY ./kaggle.json /root/.kaggle/
RUN pip3 install --user -r ./requirements.txt RUN pip3 install --user -r ./requirements.txt