Skip to content

Commit c71b799

Browse files
committed
readme explains that docker containers are available to build and execute the software
1 parent c4db818 commit c71b799

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ first argument. The available variants are:
8282

8383
After this, running `scripts/test.sh` is a good way to know if the cuqdyn library works as expected.
8484

85+
There is also a Dockerfile and a Docker Compose file to build and run the project in a container.
86+
87+
```bash
88+
docker compose up
89+
```
90+
8591
## Using the CLI
8692

8793
After building using the `scripts/build.sh` script, you can execute this command to run the CLI

0 commit comments

Comments
 (0)