mlflow-server: apply patch from python3.pkgs.mflow
This commit is contained in:
parent
c318c25d22
commit
d1bc24643d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ py.toPythonApplication
|
|||
py.mysqlclient
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
postPatch = (old.postPatch or "") + ''
|
||||
substituteInPlace mlflow/utils/process.py --replace \
|
||||
"child = subprocess.Popen(cmd, env=cmd_env, cwd=cwd, universal_newlines=True," \
|
||||
"cmd[0]='$out/bin/gunicornMlflow'; child = subprocess.Popen(cmd, env=cmd_env, cwd=cwd, universal_newlines=True,"
|
||||
|
|
Loading…
Reference in a new issue