Skip to content

Commit

Permalink
Add hf_transfer to testing image
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored Nov 6, 2024
1 parent 098f94d commit 151a609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ COPY requirements-common.txt requirements-common.txt
COPY requirements-cuda.txt requirements-cuda.txt
RUN --mount=type=cache,target=/root/.cache/pip \
python3 -m pip install -r requirements-cuda.txt
RUN --mount=type=cache,target=/root/.cache/pip \
python3 -m pip install hf_transfer


# cuda arch list used by torch
Expand Down

0 comments on commit 151a609

Please sign in to comment.