I'm on Windows 10 with Docker Desktop and I get this error every time i'm trying to create the image from this dockerfile:
# syntax=docker/dockerfile:1FROM nvidia/cuda:11.3.1-cudnn8-devel-ubuntu20.04# Instala paquetes necesariosRUN apt-get update && apt-get install -y \ python3.8 \ python3-pip \ python3-dev \&& ln -s /usr/bin/python3.8 /usr/bin/python3 \&& ln -s /usr/bin/python3.8 /usr/bin/pythonRUN python -m pip install --upgrade pipWORKDIR /appRUN python3 --version
By the way, this information could be useful:
wsl --status
Distribución predeterminada: UbuntuVersión predeterminada: 2
wsl --version
Versión de WSL: 2.1.5.0Versión de kernel: 5.15.146.1-2Versión de WSLg: 1.0.60Versión de MSRDC: 1.2.5105Versión de Direct3D: 1.611.1-81528511Versión DXCore: 10.0.25131.1002-220531-1700.rs-onecore-base2-hypVersión de Windows: 10.0.19045.4291
wsl --list
Distribuciones de subsistema de Windows para Linux:Ubuntu (predeterminado)docker-desktopdocker-desktop-data
And these are my Windows features (I have highlighted features that I think might be important):