Hi Drew,
Yes, this is something this I am trying to run from docker.
-
I am trying to use single image where OpenFOAM simulations are run and the obtained vtk files are stored in the pvw directory. So, Dockerfile contains OpenFOAM related installation and all the config files for pvw.
-
I am trying to understand how this command should be implemented (along with any changes to do for apache2 config) for the docker image so as to run pvw.
-
Or, should I need to create separate Dockerfile and build all together separate image?
sudo docker run --gpus all \
-p 0.0.0.0:9000:80 \
-v ~:/data \
-e "SERVER_NAME=localhost:9000" \
-e "PROTOCOL=ws" \
-ti kitware/paraviewweb:pvw-egl-demo-v5.6.0
Regards,
Sunag R A.