diff --git a/Dockerfile.txt b/Dockerfile.txt new file mode 100644 index 0000000..d914dc5 --- /dev/null +++ b/Dockerfile.txt @@ -0,0 +1,6 @@ +# Nasz obraz będzie dzidziczył z obrazu Ubuntu w wersji latest +FROM ubuntu:latest + +# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes) +RUN apt update && apt install -y pandas +RUN apt update && apt install -y kaggle \ No newline at end of file