File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends ${PACKAGES}
13
13
14
14
RUN pip install -U pip
15
15
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
16
+ RUN pip install uv
16
17
17
18
WORKDIR /app
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends ${PACKAGES}
13
13
14
14
RUN pip install -U pip
15
15
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
16
+ RUN pip install uv
16
17
17
18
WORKDIR /app
Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends ${PACKAGES}
13
13
14
14
RUN pip install -U pip
15
15
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
16
+ RUN pip install uv
16
17
17
18
WORKDIR /app
You can’t perform that action at this time.
0 commit comments