Skip to content

musababi/containerization-exercise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker image to solve the diffusion equation in 2D

How to build image and run the application

Build the image:

docker build --tag diffusion2d-image .

Instantiate a container:

docker run -it diffusion2d-image /bin/bash

Inside the container, run the application:

python3 diffusion2d.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.4%
  • Dockerfile 8.6%