From b8c0ebf386baba9338eeabda4ea3783399a7b328 Mon Sep 17 00:00:00 2001 From: s444417 Date: Sun, 3 Apr 2022 13:07:39 +0200 Subject: [PATCH] fix kaggle --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index defd328..47a3bb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ RUN apt-get install -y python3-pip RUN python3 -m pip install --user kaggle RUN python3 -m pip install --user pandas +RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle + # Stwórzmy w kontenerze (jeśli nie istnieje) katalog /app i przejdźmy do niego (wszystkie kolejne polecenia RUN, CMD, ENTRYPOINT, COPY i ADD będą w nim wykonywane) WORKDIR /app