Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 956b831

Browse files
authored
Fix Dockerfile.rocm (#215)
1 parent 0a5881d commit 956b831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.rocm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ RUN --mount=type=bind,from=export_pytorch,src=/,target=/install \
248248
RUN python3 -m pip install --upgrade numba scipy huggingface-hub[cli]
249249

250250
RUN git clone -b nvtx_enabled https://github.com/ROCm/rocmProfileData.git \
251-
&& cd rocmProfileData/rpd_tracer
251+
&& cd rocmProfileData/rpd_tracer \
252252
&& pip install -r requirements.txt && cd ../ \
253253
&& make && make install \
254-
cd hipMarker && python setup.py install
254+
&& cd hipMarker && python setup.py install
255255

256256
# Install vLLM (and gradlib)
257257
# Make sure punica kernels are built (for LoRA)

0 commit comments

Comments
 (0)