machine-learning-engineering-for-production-public
machine-learning-engineering-for-production-public copied to clipboard
ReadME updates for VMBox bug
Upon installing VirtualBox (or upgrading virtual box) there was a very slight hint to restart by prompting a user to go to preferences to check it out. It wasn't until running
minikube start --mount=True --mount-string="/var/tmp:/var/tmp" --vm-driver=virtualbox
that the bug showed. It wasn't until I found this comment on the issue that it spurred me to dig in and finalize the restart. After re-creating minikube on virutalbox all is well.