new docker image
This commit is contained in:
parent
94047412b7
commit
60c9e2d84c
@ -10,6 +10,7 @@ COPY ./tensor.py ./
|
||||
COPY requirements.txt ./
|
||||
|
||||
RUN pip3 install -r ./requirements.txt
|
||||
RUN pip3 install dvc[ssh] paramiko
|
||||
|
||||
CMD python3 stats.py
|
||||
CMD python3 tensor.py
|
@ -2,7 +2,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'shroomy/ium:8'
|
||||
image 's434804/ium:0.6'
|
||||
args '-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns '
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
dvc==2.3.0
|
||||
kaggle==1.5.12
|
||||
matplotlib==3.3.4
|
||||
mlflow==1.17.0
|
||||
|
Loading…
Reference in New Issue
Block a user