Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
ca6f455e1d
commit
31aec84666
@ -21,9 +21,6 @@ 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}
|
||||
@ -42,3 +39,7 @@ COPY evaluation.py .
|
||||
COPY data.csv .
|
||||
|
||||
CMD ./skrypt.sh
|
||||
|
||||
RUN pip3 install dvc[ssh] paramiko
|
||||
RUN apt install -y sshpass openssh-client
|
||||
RUN useradd -r -u 111 jenkins
|
||||
|
Loading…
Reference in New Issue
Block a user