Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
e55bc27237
commit
64d7687ddd
@ -1,4 +1,5 @@
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
|
|
||||||
RUN apt update && apt install -y figlet
|
RUN apt update && apt install -y figlet
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt install python3-pip -y
|
RUN apt install python3-pip -y
|
||||||
@ -6,4 +7,6 @@ RUN pip install --user pandas
|
|||||||
RUN pip install --user kaggle
|
RUN pip install --user kaggle
|
||||||
RUN pip install --user seaborn
|
RUN pip install --user seaborn
|
||||||
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
||||||
|
ENV KAGGLE_USERNAME=michal2608
|
||||||
|
ENV KAGGLE_KEY=""
|
||||||
RUN apt-get install unzip
|
RUN apt-get install unzip
|
Loading…
Reference in New Issue
Block a user