Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,21 @@ This is not a product. Use it at your own risk and discretion.

We provide both Apptainer and Docker images for easy setup:

#### Using Apptainer
```bash
./apptainer/build.sh
./apptainer/run.sh
```
#### Using Docker
```bash
./docker/build.sh
./docker/run.sh
```console
$ ./containers/run.sh
Must specify either --docker or --apptainer.
Usage: ./containers/run.sh [--docker|-d] [--apptainer|-a]
--docker Run using Docker container
--apptainer Run using Apptainer container
```

That's it! The run script will:

- ✅ Automatically build the container if it doesn't exist
- ✅ Mount your project directory to the container
- ✅ Start an interactive session where you can run IntelliPerf
- ✅ Persist all output files to your host machine

Or use our prebuilt Docker image:
```bash
docker pull audacioussw/intelliperf:latest
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
69 changes: 0 additions & 69 deletions apptainer/build.sh

This file was deleted.

98 changes: 0 additions & 98 deletions apptainer/intelliperf.def

This file was deleted.

67 changes: 0 additions & 67 deletions apptainer/run.sh

This file was deleted.

78 changes: 0 additions & 78 deletions apptainer/run_cmd.sh

This file was deleted.

Loading