new docker image

This commit is contained in:
Dawid 2021-06-12 20:20:02 +02:00
parent 94047412b7
commit 60c9e2d84c
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 '
}
}

View File

@ -1,3 +1,4 @@
dvc==2.3.0
kaggle==1.5.12
matplotlib==3.3.4
mlflow==1.17.0