An Elastic Compute Service (ECS) is a cloud computing service with flexible processing capacity. Flexible here means that the computing resources can be adjusted instantaneously based on demand. Provisioning a customized ECS instance It is relatively simple to create an ECS instance on Alibaba. All it takes is 3 steps: 1. Register an Alibaba account and add a verified … [Read more...] about Cloud Server on Alibaba Cloud
Operations
Import or Push large repositories to GitHub
If one repository is over 2GB in size, one won't be able to push or import to GitHub. Also, files larger than 100MB cannot be pushed to GitHub. However, there are some alternatives that may help one accomplish it: You can use the BFG repo cleaner to clean out some history or remove any large files here. If one is able to get the repository under 2GB, one'll be able to try … [Read more...] about Import or Push large repositories to GitHub
AI Notebooks with GitHub repo in GCP
Overview We will create a bucket using the GCP console, launch AI Platform Notebooks and clone a GitHub repository within that AI Platform instance. Create a bucket using the GCP console In your GCP Console, click on the Navigation menu, and select Storage. 2. Click on Create bucket. 3. Choose a Regional bucket and set a unique name (use your project ID … [Read more...] about AI Notebooks with GitHub repo in GCP