Skip to content

Commit

Permalink
We need the launcher still.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Feb 5, 2025
1 parent 9258fa6 commit e3326e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ ENV UV_SYSTEM_PYTHON=1
RUN cd server && \
# make gen-server && \
pip install -U pip uv && \
uv pip install -r requirements_cuda.txt
uv pip install -r requirements_cuda.txt && \
uv pip install -e .
# 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
Expand Down

0 comments on commit e3326e6

Please sign in to comment.