Skip to content

Commit

Permalink
How in the world...
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Feb 5, 2025
1 parent 19ea893 commit 9258fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ ENV UV_SYSTEM_PYTHON=1
RUN cd server && \
# make gen-server && \
pip install -U pip uv && \
# uv pip install -r requirements_cuda.txt
uv sync --frozen --extra attention --extra bnb --extra accelerate --extra compressed-tensors --extra marlin --extra moe --extra quantize --extra peft --extra outlines && \
mv ./.venv/lib/python3.11/site-packages/* /opt/conda/lib/python3.11/site-packages/
uv pip install -r requirements_cuda.txt
# uv sync --frozen --extra attention --extra bnb --extra accelerate --extra compressed-tensors --extra marlin --extra moe --extra quantize --extra peft --extra outlines && \
# mv ./.venv/lib/python3.11/site-packages/* /opt/conda/lib/python3.11/site-packages/
# uv pip install nvidia-nccl-cu12==2.22.3

# ENV LD_PRELOAD=/opt/conda/lib/python3.11/site-packages/nvidia/nccl/lib/libnccl.so.2
Expand Down

0 comments on commit 9258fa6

Please sign in to comment.