dvc
This commit is contained in:
parent
ca95598984
commit
d9ed5e5585
10
Dockerfile
10
Dockerfile
@ -11,10 +11,7 @@ RUN pip3 install kaggle
|
||||
RUN pip3 install torch
|
||||
RUN pip3 install mlflow
|
||||
|
||||
RUN pip3 install dvc
|
||||
RUN pip3 install dvc[ssh]
|
||||
RUN useradd -r -u 777 jenkins
|
||||
RUN apt install -y sshpass openssh-client
|
||||
|
||||
|
||||
RUN mkdir /.kaggle && chmod o+w /.kaggle
|
||||
|
||||
@ -33,3 +30,8 @@ ENV KAGGLE_KEY=${KAGGLE_KEY}
|
||||
# RUN ./download.sh
|
||||
|
||||
# CMD ./ium-data.py
|
||||
|
||||
RUN pip3 install dvc
|
||||
RUN pip3 install dvc[ssh]
|
||||
RUN useradd -r -u 111 jenkins
|
||||
RUN apt install -y sshpass openssh-client
|
Loading…
Reference in New Issue
Block a user