This commit is contained in:
Matthias Bisping 2022-04-20 10:43:22 +02:00
parent 71263a9983
commit ba09df7884
3 changed files with 6 additions and 5 deletions

View File

@ -73,7 +73,6 @@ public class PlanSpec {
project(),
SERVICE_NAME, new BambooKey(SERVICE_KEY))
.description("Docker build for image-prediction.")
// .variables()
.stages(
new Stage("Build Stage")
.jobs(

View File

@ -13,10 +13,6 @@ 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} .

View File

@ -1,4 +1,10 @@
echo "${bamboo_nexus_password}" | docker login --username "${bamboo_nexus_user}" --password-stdin nexus.iqser.com:5001
echo "ls dvc data"
ls data/
ls data/mlruns
ls data/mlruns/1
docker build -f Dockerfile_tests -t image-prediction-tests .
rnd=$(date +"%s")