fix kaggle

This commit is contained in:
s444417 2022-04-03 13:07:39 +02:00
parent 2607470263
commit b8c0ebf386

View File

@ -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