From fa2c265ef8814b8d3f1ccfc9ed675c3704f3b173 Mon Sep 17 00:00:00 2001 From: ole Date: Wed, 24 Apr 2024 12:22:33 +0200 Subject: [PATCH] trying to fix gpu issue next try --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b03f88b..f9fc035 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN add-apt-repository ppa:deadsnakes/ppa RUN apt-get update && apt-get install -y --no-install-recommends \ - python3.11-dev \ - python3.11-distutils + python3.10-dev \ + python3.10-distutils -RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 +RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1 ARG PIP_PREFER_BINARY=1 PIP_NO_CACHE_DIR=1 RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3