Update main-intel.Dockerfile base image to 2024.1.0
To address https://github.com/ggerganov/llama.cpp/issues/7507 . Suspect intel discarded an old GPG key, so may need to update dockerfile tag. Found tag from: https://hub.docker.com/r/intel/oneapi-basekit/tags?page=&page_size=&ordering=&name=
This commit is contained in:
parent
0df0aa8e43
commit
dd14d818e0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG ONEAPI_VERSION=2024.0.1-devel-ubuntu22.04
|
||||
ARG ONEAPI_VERSION=2024.1.0-devel-ubuntu22.04
|
||||
|
||||
FROM intel/oneapi-basekit:$ONEAPI_VERSION as build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue