Skip to content

Commit d9ad3b0

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

+1
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)