Skip to content

Commit 685c379

Browse files
install requirements.txt before executing setup.py for pymesh
1 parent cd83702 commit 685c379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN cd /src && \
4242
ls /src && \
4343
tar -xvf pymesh.tar.xz && \
4444
cd pymesh && \
45+
python3 -m pip install -r python/requirements.txt && \
4546
python3 setup.py install --user && \
4647
rm -rf /src
4748

0 commit comments

Comments
 (0)