We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd83702 commit 685c379Copy full SHA for 685c379
docker/Dockerfile
@@ -42,6 +42,7 @@ RUN cd /src && \
42
ls /src && \
43
tar -xvf pymesh.tar.xz && \
44
cd pymesh && \
45
+ python3 -m pip install -r python/requirements.txt && \
46
python3 setup.py install --user && \
47
rm -rf /src
48
0 commit comments