Fix interop for docker container

This commit is contained in:
2026-02-16 08:45:09 -08:00
parent 4537e810c9
commit 179ffb0fbf
+1 -1
View File
@@ -4,7 +4,7 @@ namespace PythonInterop {
public class AIModule {
public AIModule(string PythonPath = "/usr/lib/libpython3.11.so") {
public AIModule(string PythonPath = "/usr/local/lib/libpython3.11.so") {
// Use the user provided python runner
Runtime.PythonDLL = PythonPath;