ium_407409/Dockerfile.txt
2023-04-04 23:25:40 +02:00

6 lines
246 B
Plaintext

# 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