https://github.com/rust-math/rust-mkl-container
Container for building Rust crate with Intel MKL
https://github.com/rust-math/rust-mkl-container
Last synced: 5 months ago
JSON representation
Container for building Rust crate with Intel MKL
- Host: GitHub
- URL: https://github.com/rust-math/rust-mkl-container
- Owner: rust-math
- Created: 2022-08-11T11:56:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T05:07:45.000Z (over 2 years ago)
- Last Synced: 2024-05-02T00:36:49.185Z (about 2 years ago)
- Language: Rust
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rust-mkl container
===================
Container for building Rust crate with Intel MKL,
and helping to develop [intel-mkl-src](https://github.com/rust-math/intel-mkl-src) crate.
Usage
-----
- With docker:
```
docker pull ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
```
- In GitHub Actions:
```
runs-on: ubuntu-latest
container:
image: ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
```
See [`jobs..container`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer) section of the workflow syntax.
⚠️ Notes
--------
- You should not use `latest` tag
- I strongly encourage you not to use `latest` tag for any image and in any situation.
- This is designed to use for development, i.e. build and test of crates.
Do not use as a base of production container.
License
--------
This container consists of many binaries.
Most of them are from [rust official image](https://hub.docker.com/_/rust/),
which is based on [Debian](https://www.debian.org/).
Please see the license of each application by searching on [debian index](https://packages.debian.org/index).
The Intel MKL library is re-distributed under the [Intel Simplified Software License for Intel(R) Math Kernel Library](https://www.intel.com/content/www/us/en/developer/articles/license/end-user-license-agreement.html).