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:
Brian 2024-05-24 12:47:58 +10:00 committed by GitHub
parent 0df0aa8e43
commit dd14d818e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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