Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Dec 7, 2024
1 parent 1403e39 commit b87efae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docker/base-dev-x.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ADD . /tmp/mscclpp
WORKDIR /tmp/mscclpp
ARG TARGET="cuda12.1"
RUN target_type=$(echo $TARGET | sed 's/\.[0-9]*$//') && \
python3 -m pip install --no-cache-dir --upgrade pip && \
python3 -m pip install --no-cache-dir -r python/requirements_${target_type}.txt

# Set PATH
Expand Down
2 changes: 0 additions & 2 deletions python/requirements_cuda12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ netifaces
pytest
numpy
matplotlib
# scikit-build issue, need to fix
ninja

0 comments on commit b87efae

Please sign in to comment.