Endpoint Installation Using WSL

This page describes how to install a Globus Compute compute endpoint for federated learning (FL) clients on Windows machine using WSL.

Install WSL

Follow Install WSL | Microsoft Learn.

Install conda in WSL

  1. Update and upgrade WSL Linux distribution

sudo apt-get update
sudo apt-get upgrade
  1. Download the Anaconda bash script

wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh

Note

You can find other versions of Anaconda on https://www.anaconda.com/products/distribution.

  1. Make the script executable

chmod +x Anaconda3-2022.05-Linux-x86_64.sh
  1. Run the script to install Anaconda

bash Anaconda3-2022.05-Linux-x86_64.sh
  1. Open a new terminal and verify the installation

conda -version

Endpoint Installation

Follow Endpoint Installation.