Skip to content

Commit

Permalink
DIS-956 Upgrade mkl (#15)
Browse files Browse the repository at this point in the history
I am upgrading mkl to the version, that is needed for DIS-956 fix, so that all base images had the same version.
  • Loading branch information
TimurDaukaevMoonvision authored Jul 2, 2024
1 parent bdba99b commit dc64ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/python-base/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
- libblas=*=*mkl
- cffi
- future
- mkl=2022.0
- mkl-include=2022.0
- mkl=2023.2.0
- mkl-include=2023.2.0
- ninja
- numpy=1.24.3
- python=3.8
Expand Down

0 comments on commit dc64ac5

Please sign in to comment.