Zaktualizuj 'Docker/Dockerfile'
This commit is contained in:
parent
6328eb643a
commit
bd857a082f
@ -2,7 +2,7 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
|
|
||||||
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
# Instalujemy niezbędne zależności. Zwróć uwagę na flagę "-y" (assume yes)
|
||||||
RUN apt update && apt install -y pip && apt install -y
|
RUN apt update && apt install -y pip && apt install -y nano
|
||||||
RUN pip install --user kaggle
|
RUN pip install --user kaggle
|
||||||
RUN pip install --user pandas
|
RUN pip install --user pandas
|
||||||
RUN pip install --user numpy
|
RUN pip install --user numpy
|
||||||
|
Loading…
Reference in New Issue
Block a user