From 7a2aa9841d49755657c57f98414f8eb720e7b091 Mon Sep 17 00:00:00 2001 From: itsnotmik Date: Fri, 25 Oct 2024 13:58:14 -0700 Subject: [PATCH] test curator --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09e37c5..853fa52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN mamba install --yes --file requirements.txt && mamba clean --all -f -y RUN pip install -qU cython RUN pip install -qU langchain_milvus #RUN pip install -qU triton -#RUN pip install -qU nemo-curator +RUN pip install -qU nemo-curator #RUN pip install -qU nemoguardrails # Copy the current directory contents into the container at /app