Skip to content

Commit d5a18cb

Browse files
author
thr3a
committed
update: uv
1 parent 366158c commit d5a18cb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cuda11.8-torch/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends ${PACKAGES}
1313

1414
RUN pip install -U pip
1515
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
16+
RUN pip install uv
1617

1718
WORKDIR /app

cuda12.4-torch/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends ${PACKAGES}
1313

1414
RUN pip install -U pip
1515
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
16+
RUN pip install uv
1617

1718
WORKDIR /app

cuda12.6-torch/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends ${PACKAGES}
1313

1414
RUN pip install -U pip
1515
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
16+
RUN pip install uv
1617

1718
WORKDIR /app

0 commit comments

Comments
 (0)