We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839b2f2 commit b6c82a1Copy full SHA for b6c82a1
1 file changed
.devops/main-intel.Dockerfile
@@ -1,6 +1,6 @@
1
ARG ONEAPI_VERSION=2025.3.3-0-devel-ubuntu24.04
2
3
-FROM intel/oneapi-basekit:$ONEAPI_VERSION AS build
+FROM intel/deep-learning-essentials:$ONEAPI_VERSION AS build
4
WORKDIR /app
5
6
RUN apt-get update && \
0 commit comments