Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
ca3aaf6646
commit
d5896d02a8
@ -8,8 +8,11 @@ RUN pip3 install kaggle
|
|||||||
RUN pip3 install scikit-learn
|
RUN pip3 install scikit-learn
|
||||||
RUN pip3 install seaborn
|
RUN pip3 install seaborn
|
||||||
|
|
||||||
WORKDIR /app
|
|
||||||
|
|
||||||
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
|
||||||
ENV KAGGLE_USERNAME=witeks1833
|
ENV KAGGLE_USERNAME=witeks1833
|
||||||
ENV KAGGLE_KEY=""
|
ENV KAGGLE_KEY=""
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
COPY ./script ./
|
||||||
|
CMD ["bash", "script"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user