This commit is contained in:
s495716 2024-03-29 16:12:20 +01:00
parent cb200ace4d
commit b2ac49ef1c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ WORKDIR /app
COPY requirements.txt ./
COPY kaggle.json ./.kaggle/kaggle.json
COPY kaggle.json /.kaggle/kaggle.json
RUN pip install --no-cache-dir -r requirements.txt