check pandas

This commit is contained in:
s444417 2022-04-03 17:31:07 +02:00
parent 85db97858a
commit a46b06c6fe

View File

@ -12,6 +12,8 @@ RUN python3 -m pip install --user pandas
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
RUN pip show pandas
# 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