From c2e0e66a9435f4aea10e17df19addcae16635f47 Mon Sep 17 00:00:00 2001 From: Zihao Ye Date: Mon, 31 Mar 2025 05:23:35 +0000 Subject: [PATCH] upd --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 8fdf4e31e..f65d7f0db 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -54,7 +54,7 @@ RUN bash /install/install_python.sh py312 ENV PATH="/usr/lib/llvm-19/bin:$PATH" # conda ENV PATH="/home/devuser/conda/bin:$PATH" -ENV PATH="/home/devuser/envs/py312/bin:$PATH" +ENV PATH="/home/devuser/conda/envs/py312/bin:$PATH" # Install python packages COPY install/install_python_packages.sh /install/install_python_packages.sh