Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to oneMKL 2025 #29

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update README
someone13574 committed Nov 4, 2024
commit 9f6fafb985f8d875c1813b4e3cb89a518c98019b
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -10,14 +10,14 @@ Usage
- With docker:

```
docker pull ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
docker pull ghcr.io/rust-math/rust-mkl:1.82.0-2025.0
```

- In GitHub Actions:
```
runs-on: ubuntu-latest
container:
image: ghcr.io/rust-math/rust-mkl:1.62.1-2020.1
image: ghcr.io/rust-math/rust-mkl:1.82.0-2025.0
```
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.