dockerfile update
Some checks failed
Some checks failed
This commit is contained in:
parent
99f9a39d12
commit
61cab884dc
@ -25,6 +25,9 @@ RUN python3 -m pip install matplotlib
|
||||
RUN python3 -m pip install sacred
|
||||
RUN python3 -m pip install pymongo
|
||||
RUN python3 -m pip install mlflow
|
||||
RUN python3 -m pip install dvc
|
||||
RUN python3 -m pip install dvc[ssh] paramiko
|
||||
|
||||
RUN python3 -m pip freeze
|
||||
|
||||
ENV PATH="/root/.local/bin:${PATH}"
|
||||
@ -35,6 +38,7 @@ ARG KAGGLE_KEY
|
||||
|
||||
RUN chmod a+x ./stats-docker.sh
|
||||
RUN chmod a+x ./script-stats.py
|
||||
RUN useradd -r -u 111 jenkins
|
||||
|
||||
# RUN ./download.sh 117928
|
||||
RUN python3 ./script-download.py
|
||||
|
Loading…
Reference in New Issue
Block a user