Dockerfile v1
This commit is contained in:
parent
f50c5defe6
commit
8b54a129b1
6
Dockerfile.txt
Normal file
6
Dockerfile.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user