runpod config
in your CLI and paste your API key when prompted.
sky check
to ensure your credentials are correctly set up and you’re ready to proceed.
mkdir hello-sky
to create a new directory for your project.
cd hello-sky
.
cat > hello_sky.yaml
and input the following configuration details:
sky launch -c mycluster hello_sky.yaml
.