From 6988ad1306ebdabeb2799a4cf2186b0385eafa13 Mon Sep 17 00:00:00 2001 From: Prajwal Borkar Date: Wed, 20 Jul 2022 19:39:07 +0530 Subject: [PATCH 1/2] updated link --- docs/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.md b/docs/environment.md index 1eaa67891..bbe52968f 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -4,7 +4,7 @@ We recommend using our toolbox with [Ubuntu 20.04 LTS](https://releases.ubuntu.com/20.04/). Most core InnerEye functionality will be stable on other operating systems, but PyTorch's full feature set is only available on Linux. All jobs in AzureML, both training and inference, run from an Ubuntu 20.04 Docker image. This means that using Ubuntu 20.04 locally allows for maximum reproducibility between your local and AzureML environments. -For Windows users, Ubuntu can be set up with [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install). Please refer to the [InneryEye WSL docs](docs/WSL.md) for more detailed instructions on getting WSL set up. +For Windows users, Ubuntu can be set up with [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install). Please refer to the [InneryEye WSL docs](/docs/WSL.md) for more detailed instructions on getting WSL set up. MacOS users can access an Ubuntu OS through [VirtualBox](https://www.virtualbox.org/wiki/Downloads). From 0f745fb0af42b474c14e77441704272915d243cb Mon Sep 17 00:00:00 2001 From: Prajwal Borkar Date: Thu, 21 Jul 2022 20:46:37 +0530 Subject: [PATCH 2/2] updated link Co-authored-by: Anton Schwaighofer --- docs/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.md b/docs/environment.md index bbe52968f..016b2f443 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -4,7 +4,7 @@ We recommend using our toolbox with [Ubuntu 20.04 LTS](https://releases.ubuntu.com/20.04/). Most core InnerEye functionality will be stable on other operating systems, but PyTorch's full feature set is only available on Linux. All jobs in AzureML, both training and inference, run from an Ubuntu 20.04 Docker image. This means that using Ubuntu 20.04 locally allows for maximum reproducibility between your local and AzureML environments. -For Windows users, Ubuntu can be set up with [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install). Please refer to the [InneryEye WSL docs](/docs/WSL.md) for more detailed instructions on getting WSL set up. +For Windows users, Ubuntu can be set up with [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install). Please refer to the [InneryEye WSL docs](WSL.md) for more detailed instructions on getting WSL set up. MacOS users can access an Ubuntu OS through [VirtualBox](https://www.virtualbox.org/wiki/Downloads).