Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Aug 28, 2024
1 parent 25b8ebd commit 6c73c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN apt install -y python3-pip
RUN export CXX=$(which g++)
RUN export CUDACXX=$(which nvcc)
RUN git submodule update --init --recursive
RUN pip install .
RUN pip install . --break-system-packages

0 comments on commit 6c73c10

Please sign in to comment.