Skip to content

Instantly share code, notes, and snippets.

View lindacmsheard's full-sized avatar

Linda Sheard lindacmsheard

  • Microsoft
View GitHub Profile
@lindacmsheard
lindacmsheard / Conda_env_on_azureml_compute_instance.md
Last active March 6, 2024 02:20
Custom conda environment on Azure ML Compute Instance

Pre-reqs

From the terminal running on the AML compute instance, ensure that conda is accessible in your current shell session.

which conda
#-> should return a path to a conda executable

If conda is not found, then verify that the executable is present where expected

ls /anaconda/bin/conda