Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
0d895b238c
commit
5171b8f401
@ -20,6 +20,10 @@ RUN pip3 install pymongo
|
||||
RUN pip3 install mlflow
|
||||
RUN pip3 install fastai
|
||||
RUN apt-get install unzip
|
||||
RUN pip3 install dvc
|
||||
RUN pip3 install dvc[ssh] paramiko
|
||||
RUN apt install -y sshpass openssh-client
|
||||
RUN useradd -r -u 111 jenkins
|
||||
|
||||
ARG CUTOFF
|
||||
ENV CUTOFF=${CUTOFF}
|
||||
|
Loading…
Reference in New Issue
Block a user