- Download vscode and copy and run locally
- Install latest anaconda spyder
- Install office 365
- Install docker on mac for Intel Chip
- Get acquainted with Terminal in mac
- Terminal - Spyder one click
- Install gcp cloud sdk kit ./install.sh
Copy to Applications is something new.
Build, Push, Deploy and run :)
Windows screws up with docker / kubernetes. Need to have one more work environment to get more gcp learning on the go plus more personal projects....
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#brew install | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
#git install | |
brew install git | |
#File rename | |
mv oldfilename newfilename | |
#Docker opencv compilation | |
#Referred - https://github.com/janza/docker-python3-opencv/blob/master/Dockerfile | |
#Customized make -j$(nproc) from 4 to 2 as it was running out of memory | |
#timeouts in app engine deployment updated timeout setting | |
gcloud config set app/cloud_build_timeout 1800 |
So many build failures before getting it right, Lessons :)
Keep Coding!!!
No comments:
Post a Comment