File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN cd /src && \
4242 ls /src && \
4343 tar -xvf pymesh.tar.xz && \
4444 cd pymesh && \
45- python3 setup.py install && \
45+ python3 setup.py install --user && \
4646 rm -rf /src
4747
4848ENV PATH="$PATH:/usr/lib/x86_64-linux-gnu/"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ pybind11、pysdf、PyMesh 四个依赖库(上述**1.1 从 docker 镜像启动*
107107 如未安装,可按照下列命令下载、解压 cmake 包,并添加到 ` PATH` 变量中即可完成安装。
108108
109109 ` ` ` sh
110- wget -nc https://cmake. org/files/v3.23 /cmake-3.23.0-linux-x86_64.tar.gz
110+ wget -nc https://paddle- org.bj.bcebos.com/paddlescience /cmake-3.23.0-linux-x86_64.tar.gz
111111 tar -zxvf cmake-3.23.0-linux-x86_64.tar.gz
112112 rm -f cmake-3.23.0-linux-x86_64.tar.gz
113113 PATH=$PWD /cmake-3.23.0-linux-x86_64/bin:$PATH
You can’t perform that action at this time.
0 commit comments