This post discusses the common issues that you may also face while setting up Mac OS in a Mac Book by wiping out data and trying to do a new installation.
Problem 01 : Ask for admin user credentials when try to restart on recovery mode.
Solution: Restart the mac. when it shut off and powers back on, press and hold Command + R until you see the apple logo. Instead of going to recovery page directly, some mac versions ask for user credentials. If you doesn't know the credentials still you can do the installation. You can find erase mac option from the top menu of the page. Erase the mac and start the mac installation process.
Friday, January 31, 2020
Friday, January 24, 2020
Setup MLOPS workspace using Azure DevOps pipeline
Machine Learning is training
machines using set of data to do some valuable predictions for the different
business and social needs. So, data scientists put lot of effort to train more
usable and valuable mathematical representation of real world process which is
known as a model. To do the training process it is very important to have a good
computational resources to train the model. Azure Machine Learning workspace is
one of the well-known model training and building platform many data scientists
use. If data scientist and DevOps engineers work together, they can automate
the model training and deployment process using CI/CD pipelines. This post discusses,
how to create a Machine Learning (ML) workspace in Azure by using a Azure
DevOps build, which will allow you to use for training and testing a model.
Pre requisites: Azure subscription and an Azure DevOps Account
Friday, January 3, 2020
Read NuGet Artifacts of External Azure DevOps Organization Feed
Azure DevOps artifacts feeds can be used to store different kind of artifacts of projects of your organization created. Sometimes we may need to use these artifacts in outside Azure DevOps organization. This post explains how can share feeds between organizations.
Prerequisites: PAT from the external Azure DevOps organization with feed read permission
External organization has feeds with NuGet packages in it
Prerequisites: PAT from the external Azure DevOps organization with feed read permission
External organization has feeds with NuGet packages in it
Subscribe to:
Posts (Atom)
-
As DevOps engineers, you get requirements to do scripts to perform several actions on application or get status of the application backend ...
-
If you are familiar with Terraform, you might have experience with terraform state import, which allows to import state of the already prov...
-
This post will discuss the issue you might get when trying to push the nuget package to the Azure DevOps Artifact feed using the build pipel...