diff --git a/Dockerfile b/Dockerfile index a3adbcd..4ea62ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . --break-system-packages +RUN pip install .