Installation on Windows
Last updated
Last updated
Support for Windows 10 is experimental, due to limited CUDA/GPU support.
It is possible to run Celantur Container on Windows with WSL (Windows Subsystem for Linux). NVIDIA provides an to set up the software dependencies.
Please make sure your system fulfills the requirements:
Alternatively, you can on a separate partition on the same machine:
Create a or
Follow the
Install version 515 or later.
Install with wsl --install -d Ubuntu
.
Check that you can access the NVIDIA driver from within WSL 2 by opening WSL and entering nvidia-smi
. You should see detailled information about the GPU.
Activate Docker WSL 2 integration, by checking "Use WSL 2 based engine" in the settings.
Restart Docker in WSL:
Option 2:
Option 3: Click "Restart Docker..." in the context menu of the Docker icon in your taskbar's notification area.
If you receive "ERROR: CUDA ist not available!", upgrading the Docker engine might resolve it.
You might need to .
Install .
Install within WSL. (Start WSL with wsl
)
Test that the setup is correct by running following :
Please refer to in our Linux section. The Windows deployment process is the same for Linux.