Skip to content

Commit 4a8eb12

Browse files
committed
Usage and Notes
1 parent 013de8d commit 4a8eb12

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
rust-mkl container
22
===================
33

4-
Container for building Rust crate with Intel MKL.
4+
Container for building Rust crate with Intel MKL,
5+
and helping to develop [intel-mkl-src](https://github.com/rust-math/intel-mkl-src) crate.
6+
7+
Usage
8+
-----
9+
10+
- With docker:
11+
12+
```
13+
docker pull ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
14+
```
15+
16+
- In GitHub Actions:
17+
```
18+
runs-on: ubuntu-latest
19+
container:
20+
image: ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
21+
```
22+
See [`jobs.<job_id>.container`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer) section of the workflow syntax.
23+
24+
⚠️ Notes
25+
--------
26+
27+
- You should not use `latest` tag
28+
- I strongly encourage you not to use `latest` tag for any image and in any situation.
29+
- This is designed to use for development, i.e. build and test of crates.
30+
Do not use as a base of production container.
531

632
License
733
--------

0 commit comments

Comments
 (0)