From 66d4ff179ec33ab04ded5a12173b98131443f8c4 Mon Sep 17 00:00:00 2001 From: "lielin.hyl" Date: Mon, 6 Jan 2025 14:22:35 +0800 Subject: [PATCH] - remove sandbox requirements installation in Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 347794544..f10174171 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,4 +36,3 @@ RUN pip install --upgrade setuptools==69.5.1 setuptools_scm \ # install data-juicer then COPY . . RUN pip install -v -e .[all] --default-timeout 1000 -RUN pip install -v -e .[sandbox] --default-timeout 1000