--local context=kubeflow-adapter \
--output type=oci,name=kfadapter:latest | sudo nerdctl load --namespace k8s.io
-#docker build -f aiml-dashboard/Dockerfile -t aiml-dashboard aiml-dashboard/.
+sudo buildctl --addr=nerdctl-container://buildkitd build \
+ --frontend dockerfile.v0 \
+ --opt filename=Dockerfile \
+ --local dockerfile=aiml-dashboard \
+ --local context=aiml-dashboard \
+ --output type=oci,name=aiml-dashboard:latest | sudo nerdctl load --namespace k8s.io
+
#docker build -f aiml-dashboard/kf-pipelines/Dockerfile -t aiml-notebook aiml-dashboard/kf-pipelines/.
#docker build -f kserve-adapter/Dockerfile -t kserve-adapter:1.0.0 kserve-adapter/.
#docker build -f modelmgmtservice/Dockerfile -t modelmgmtservice:1.0.0 modelmgmtservice/.
sudo nerdctl --namespace k8s.io rmi tm:latest
sudo nerdctl --namespace k8s.io rmi data-extraction:latest
sudo nerdctl --namespace k8s.io rmi kfadapter:latest
-#docker rmi aiml-dashboard
+sudo nerdctl --namespace k8s.io rmi aiml-dashboard:latest
#docker rmi aiml-notebook
#docker rmi kserve-adapter:1.0.0
#docker rmi modelmgmtservice:1.0.0