Skip to content

Commit

Permalink
And again...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Aug 27, 2024
1 parent 9ca1711 commit 4789343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN apt install -y libfftw3-dev
RUN apt install -y g++
RUN apt install -y python3.9
RUN apt install -y python3-pip
RUN apt install -y python3-dev
RUN apt install -y python3.9-dev
RUN export CXX=$(which g++)
RUN export CUDACXX=$(which nvcc)
RUN git submodule update --init --recursive
RUN python3.9 -m pip install .
RUN python3 -m pip install .

0 comments on commit 4789343

Please sign in to comment.