Fix interop for docker container
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user