File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ COPY requirements.txt .
4444
4545RUN pip install -r requirements.txt --no-cache-dir
4646
47+ ENV CUDA_HOME=/usr/local/cuda
4748COPY ./kernels ./kernels
4849RUN pip install ./kernels --no-cache-dir --no-build-isolation
4950
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 8.9 9.0 10.0 12.0"
4141
4242RUN pip install vllm==0.15.1 accelerate --no-cache-dir
4343
44+ ENV CUDA_HOME=/usr/local/cuda
4445COPY ./kernels ./kernels
4546RUN pip install ./kernels --no-cache-dir --no-build-isolation
4647
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.7 8.9 9.0 10.0 12.0 12.1"
4141
4242RUN pip install vllm==0.15.1 accelerate --no-cache-dir --extra-index-url https://wheels.vllm.ai/0.15.1/cu130 --extra-index-url https://download.pytorch.org/whl/cu130
4343
44+ ENV CUDA_HOME=/usr/local/cuda
4445COPY ./kernels ./kernels
4546RUN pip install ./kernels --no-cache-dir --no-build-isolation
4647
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ COPY experiments/tasks/reasoning/requirements.txt .
4343
4444RUN pip install -r ./requirements.txt --no-cache-dir
4545
46+ ENV CUDA_HOME=/usr/local/cuda
4647COPY ./kernels ./kernels
4748RUN pip install ./kernels --no-cache-dir --no-build-isolation
4849
You can’t perform that action at this time.
0 commit comments