-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
FROM nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
RUN apt-get update && apt-get install -y --no-install-recommends \
python3 python3-pip \
curl wget build-essential git \
&& rm -rf /var/lib/apt/lists/* \
&& python3 -m pip install -U pip
RUN ln -s /usr/bin/python3 /usr/bin/python
RUN curl -Ls https://astral.sh/uv/install.sh | bash
ENV PATH="/root/.local/bin:$PATH"
RUN uv python install 3.11
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels