This commit is contained in:
Matthias Bisping 2022-04-20 09:11:03 +02:00
parent 41fbadc331
commit 71263a9983

View File

@ -13,6 +13,10 @@ pip install 'dvc[ssh]'
echo "Pulling dvc data"
dvc pull
ls data/
ls data/mlruns
ls data/mlruns/1
echo "index-url = https://${bamboo_nexus_user}:${bamboo_nexus_password}@nexus.iqser.com/repository/python-combind/simple" >> pip.conf
docker build -f Dockerfile_base -t $SERVICE_NAME_BASE .
docker build -f Dockerfile -t nexus.iqser.com:5001/red/$SERVICE_NAME:${bamboo_version_tag} .