From b0ea49af7cc0880c247624e3e61b57e6285fb557 Mon Sep 17 00:00:00 2001 From: rmorshea Date: Mon, 9 Jan 2023 01:47:32 -0800 Subject: [PATCH] use non-editable install --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index c64aa572a..5cc8979af 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -26,7 +26,7 @@ COPY setup.py ./ COPY pyproject.toml ./ COPY MANIFEST.in ./ COPY README.md ./ -RUN pip install -e .[all] +RUN pip install .[all] # COPY License # -----------