From 1472d66759d5fa12e222dff5947b4b153e0a9771 Mon Sep 17 00:00:00 2001 From: James Parkhurst Date: Wed, 28 Aug 2024 17:39:10 +0100 Subject: [PATCH] Try again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .