We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4db818 commit c71b799Copy full SHA for c71b799
README.md
@@ -82,6 +82,12 @@ first argument. The available variants are:
82
83
After this, running `scripts/test.sh` is a good way to know if the cuqdyn library works as expected.
84
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
91
## Using the CLI
92
93
After building using the `scripts/build.sh` script, you can execute this command to run the CLI
0 commit comments