Skip to content

Commit 6aee31a

Browse files
update pymesh package and dockerfile for python3.9
1 parent 61b1ab9 commit 6aee31a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4848
ENV PATH="$PATH:/usr/lib/x86_64-linux-gnu/"

docs/zh/install_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)