ium_407409/Dockerfile.txt

6 lines
246 B
Docker
Raw Normal View History

2023-04-04 23:25:25 +02:00
# 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