Skip to content

Commit

Permalink
trying to fix gpu issue next try
Browse files Browse the repository at this point in the history
  • Loading branch information
oborchardt committed Apr 24, 2024
1 parent 381edeb commit fa2c265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa2c265

Please sign in to comment.