Skip to content

Commit

Permalink
fix: Update pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianToSpace authored Feb 2, 2025
1 parent 8e13a84 commit f6965cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update && apt install -y --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

RUN python -m pip install --upgrade pip setuptools wheel
RUN pip install --upgrade pip setuptools wheel
RUN pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu121
RUN pip install "unsloth[cu121-torch240] @ git+https://github.com/unslothai/unsloth.git"

Expand Down

0 comments on commit f6965cd

Please sign in to comment.