diff --git a/Dockerfile b/Dockerfile index 4ea62ce..2d574e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,5 @@ 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 -U pip RUN pip install .