olmozavala / particleviz

Software to generate visualizations of large number of particles from Lagrangian output.
MIT License
10 stars 6 forks source link

docker initial commit #25

Closed philippemiron closed 1 year ago

philippemiron commented 1 year ago

This is a first commit to allow user to create a Docker Image and run particleviz locally. This should help issues for Windows user to build the stack needed for particleviz.

  1. Install Docker
  2. git clone https://github.com/olmozavala/particleviz.git
  3. cd particleviz
  4. docker build --pull --rm -f Dockerfile -t particleviz "."
  5. docker run --rm -it -p 3000:3000 particleviz:latest
  6. http://localhost:3000/

TODO:

philippemiron commented 1 year ago

Let me know if you can run the container locally!