From b590d96dd5ad4482337ec920e3feae450efdeae7 Mon Sep 17 00:00:00 2001 From: Fanyou Wu <fanyou.wu@outlook.com> Date: Mon, 17 Jun 2024 05:26:09 -0400 Subject: [PATCH] update --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1997f25..b4c58fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,3 +53,5 @@ COPY --chown=1001:1001 rusk_chunking-0.2.0-cp310-cp310-manylinux_2_28_x86_64.whl RUN pip install rusk_chunking-0.2.0-cp310-cp310-manylinux_2_28_x86_64.whl COPY --chown=1001:1001 . ${HOME_DIR} + +ENV NCCL_P2P_DISABLE 1 \ No newline at end of file -- GitLab