Robert Womack
Results
1
issues of
Robert Womack
Encountering errors with matrix multiplication using MKL.NET.Matrix Nuget package in a docker container Dockerfile ``` FROM mcr.microsoft.com/dotnet/sdk:6.0-windowsservercore-ltsc2022 WORKDIR c:/test/ COPY test.csproj test.cs ./ RUN dotnet build RUN dotnet test ```...