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 11474c9 commit 93b3acbCopy full SHA for 93b3acb
freefem-docker/Dockerfile
@@ -81,4 +81,4 @@ RUN touch /root/.bash_aliases \
81
&& echo "alias FreeFem++-nw='/usr/freefem/bin/FreeFem++-nw'" >> /root/.bash_aliases
82
83
ENV GLOB *.edp
84
-CMD ["bash", "-c", "ls /data/$GLOB | xargs -I {} ff-mpirun -n 1 {}"]
+CMD ["bash", "-c", "ls /data/$GLOB | xargs -I {} /usr/freefem/bin/ff-mpirun -n 1 {}"]
0 commit comments