-
- {!!dockerConfig ? (
-
-
-
-
-
- ) : null}
-
+
+
+
+
+
);
};
diff --git a/ui/src/router/components/form/components/pyfunc_config/PyFuncConfigFormGroup.js b/ui/src/router/components/form/components/pyfunc_config/PyFuncConfigFormGroup.js
index 8317d290b..3b3eedc8d 100644
--- a/ui/src/router/components/form/components/pyfunc_config/PyFuncConfigFormGroup.js
+++ b/ui/src/router/components/form/components/pyfunc_config/PyFuncConfigFormGroup.js
@@ -7,6 +7,7 @@ import { useOnChangeHandler } from "../../../../../components/form/hooks/useOnCh
import { PyFuncEnsembler } from "../../../../../services/ensembler";
import { PyFuncDeploymentPanel } from "./PyFuncDeploymentPanel";
import { EnsemblersContextContextProvider } from "../../../../../providers/ensemblers/context";
+import { EnvVariablesPanel } from "../docker_config/EnvVariablesPanel";
export const PyFuncConfigFormGroup = ({
projectId,
@@ -43,6 +44,14 @@ export const PyFuncConfigFormGroup = ({
+