kanadaj

Results 25 comments of kanadaj

That's a likely no. I think the `EntityFramework` package's tooling might only work with the legacy project format which is already a problem :(

It's honestly such a pain. I'm on a deadline to get an ASP.NET Core EF6 app moved from Azure to Linux VMs which would ideally include moving to .NET Core...

Sadly, I cannot wait unless I am willing to risk running this web app on Mono, and I'm not sure that's a safe bet...

@waynemunro @aaad on Windows the issue happens because you need to separately install the CNTK binaries (or add the binaries to your project itself) as the NuGet package only contains...

@foldedwave Okay, so apparently for Linux, instead of the NuGet package you want to download the complete Linux binary package and use the managed DLL from that. You can grab...

Though the error remains somehow, even if I add the .so files to the project. Fairly sure my container should also have the files since it's the CNTK image

It seems DLLImport doesn't seem to find the CNTK libraries even though they are on the LD_LIBRARY_PATH: ``` DllNotFoundException: Unable to load shared library 'Cntk.Core.CSBinding-2.6.so' or one of its dependencies....

No, personally I ended up using Python in a docker container with Tensorflow backend since CNTK simply wouldn't work - but I could only do this since I was using...

This should be easily fixable by using a newer MongoDB image...

@guymguym I'm using the operator myself, and I'm not quite sure if that one support postgres properly as it still defaults to mongo, nor whether the operator supports migrating from...