update to h100
This commit is contained in:
@@ -100,8 +100,8 @@ RUN <<EOT
|
||||
source /opt/conda/etc/profile.d/conda.sh
|
||||
conda activate ${CONDA_ENV_NAME}
|
||||
# 克隆 ninja 源码并编译
|
||||
git clone https://github.com/ninja-build/ninja.git
|
||||
cd ninja
|
||||
git clone https://github.com/ninja-build/ninja.git ${STAGE_DIR}/ninja
|
||||
cd ${STAGE_DIR}/ninja
|
||||
# 克隆 GoogleTest 源码
|
||||
git clone https://github.com/google/googletest.git
|
||||
conda run -n ${CONDA_ENV_NAME} python ./configure.py --bootstrap
|
||||
|
||||
Reference in New Issue
Block a user