-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Asa Rentschler
committed
Nov 15, 2024
1 parent
a2f1871
commit ff67239
Showing
9 changed files
with
47 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,14 +33,20 @@ The `avail` command prints the defined images that can be built. | |
6.0.1 | ||
6.1.3 | ||
$ velocity avail gcc | ||
==> gcc | ||
12.3.0 | ||
13.2.0 | ||
14.1.0 | ||
Each image is listed and then indented underneath is a list of the available versions. | ||
|
||
`spec` | ||
------ | ||
|
||
The `spec` command shows the dependencies for a given image (or list of images) in a tree like structure. | ||
|
||
.. code-block:: bash | ||
.. code-block:: text | ||
$ velocity spec rocm | ||
> [email protected] | ||
|
@@ -51,7 +57,7 @@ The `spec` command shows the dependencies for a given image (or list of images) | |
|
||
The `build` command can be used to build an container image from one or more image definitions. | ||
|
||
.. code-block:: bash | ||
.. code-block:: text | ||
$ velocity build opensuse | ||
==> Build Order: | ||
|
@@ -66,7 +72,7 @@ The `build` command can be used to build an container image from one or more ima | |
Both the spec and the build command can also take a list of images. | ||
|
||
.. code-block:: bash | ||
.. code-block:: text | ||
$ velocity build opensuse mpich | ||
==> Build Order: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters