File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime
1+ FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel
22RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
33RUN pip install --upgrade pip uv
44RUN uv pip install --system --no-cache "git+https://github.com/huggingface/trl.git#egg=trl[liger,peft,vlm]"
5- RUN uv pip install --system hf_transfer kernels liger_kernel peft trackio
5+ RUN uv pip install --system kernels liger_kernel peft trackio
Original file line number Diff line number Diff line change 1- FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime
1+ FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel
2+ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
23RUN pip install --upgrade pip uv
3- RUN uv pip install --system trl[liger,peft,vlm] hf_transfer kernels trackio
4+ RUN uv pip install --system trl[liger,peft,vlm] kernels trackio
You can’t perform that action at this time.
0 commit comments