
Tag: EOF
python – When using env.yml with conda whats the difference between dependencies and pip dependencies?
I am creating a .SH script for setting up automatically my dev environment in Azure ML, according to this: learn.microsoft.com/en-gb/azure/machine-learning/how-to-customize-compute-instance The script looks like this: #!/bin/bash set -e # pypi.org/project/azure-ai-ml/…
Capturing kubectl set command in terraform
What you are asking for doesn’t exist. Here is the open Terraform Github issue for what you are asking for: github.com/hashicorp/terraform-provider-kubernetes/issues/723 Even if that did exist, I wouldn’t consider that…