Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
/ determined-wsl Public archive

A WSL distro image with Determined AI pre-installed and configured

License

Notifications You must be signed in to change notification settings

sirredbeard/determined-wsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation Notice

This project is deprecated. Follow the official Determined docs to run WSL on your favorite Linux distro on WSL.

A WSL distro image with Determined AI pre-installed and configured.

Screenshot 2023-05-04 163007 - Copy

Determined is an open-source deep learning training platform that makes building models fast and easy.

This is an initial, rough, proof of concept of Determined pre-installed and configured running on a WSL image.

It is not officially supported. However, it does work, and supports NVIDIA CUDA devices.

To Install

Install WSL 2:

wsl.exe --install

Download the latest release of determined-wsl.

Import the WSL image:

wsl.exe --import determined-wsl C:\determined-wsl install.tar.gz --version=2

If you prefer a GUI to manage your WSL distributions, I recommend Raft WSL.

To Run

From PowerShell:

wsl.exe -d determined-wsl

From Windows Terminal:

determined-wsl will automatically appear in the drop-down box of Windows Terminal.

Files

build.sh - Builds a minimal Ubuntu 22.04 base image with the dependencies needed for Determined AI. Requires Ubuntu 22.04 or later.

config.sh - Is run inside the base image at build time to install Docker and Determined.

run.sh - Is run on start of determined-wsl.

install.ps1 - Checks for WSL updates, imports determined-wsl into WSL 2, and then runs determined-wsl.

About

A WSL distro image with Determined AI pre-installed and configured

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published