diff --git a/Dockerfile b/Dockerfile index 2c9ed46..bfc191e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ WORKDIR /app COPY ./requirements.txt ./ COPY ./script2.py ./ -COPY ./kaggle.json /root/.kaggle/ RUN pip3 install --user -r ./requirements.txt