Dockerfile v1

This commit is contained in:
s407409 2023-04-04 23:25:25 +02:00
parent f50c5defe6
commit 8b54a129b1

6
Dockerfile.txt Normal file
View File

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