Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
b788e9de0d
commit
4e512639d3
@ -6,6 +6,9 @@ RUN apt install python3-pip -y
|
|||||||
RUN pip install --user pandas
|
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 pip install --user tensorflow
|
||||||
|
RUN pip install --user sacred
|
||||||
|
RUN pip install --user numpy
|
||||||
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
||||||
ENV KAGGLE_USERNAME=michal2608
|
ENV KAGGLE_USERNAME=michal2608
|
||||||
ENV KAGGLE_KEY=""
|
ENV KAGGLE_KEY=""
|
||||||
|
Loading…
Reference in New Issue
Block a user