diff --git a/README.md b/README.md index 60a8a5528d57aa805da50c2b731a92f99ec97e8b..7871b1c0f37cee16ebda253da0f6d5ad663ed020 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,18 @@ pip install . -v ## Docker Image +Feel free to use one of the Dockerfiles available in the [`docker`](docker) folder. + +To build the image, run where your DockerFile is +``` +docker build --pull --rm -f "name_of_os.Dockerfile" -t aidge:myenv . +``` + +Then to run a container, run +``` +docker run --name mycontainer aidge:myenv +``` + ## Contributing If you would like to contribute to the Aidge project, we’re happy to have your help! @@ -29,4 +41,4 @@ to people who have gained our trust and demonstrated a commitment to Aidge. ## License -Aidge has a Eclipse Public License 2.0, as found in the [LICENSE](LICENSE) \ No newline at end of file +Aidge has a Eclipse Public License 2.0, as found in the [LICENSE](LICENSE). \ No newline at end of file