From e0aa3ac456a6a03ee46eb1f268ed74f8221fd695 Mon Sep 17 00:00:00 2001 From: Angel Luu Date: Fri, 13 Sep 2024 15:21:36 -0600 Subject: [PATCH] Use temp [dev] only Signed-off-by: Angel Luu --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 2ee03d65b..56647cf99 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -149,7 +149,7 @@ RUN if [[ "${ENABLE_AIM}" == "true" ]]; then \ fi RUN if [[ "${ENABLE_DEV}" == "true" ]]; then \ - python -m pip install --user "$(head bdist_name)[dev]; \ + python -m pip install --user "$(head bdist_name)[dev]"; \ # python -m pip install --user "$(head bdist_name)[dev] $(head bdist_name)[gptq-dev]"; \ fi