Skip to content

Commit 95220a1

Browse files
authored
Merge pull request #2 from lambda-feedback/rpc
Switched toolkit branch to `bug/ipc` and updated FUNCTION_INTERFACE t…
2 parents d435a4c + 0c96d6c commit 95220a1

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ ENV FUNCTION_COMMAND="python"
3131
# Args to start the evaluation function with
3232
ENV FUNCTION_ARGS="-m,evaluation_function.main"
3333

34-
ENV FUNCTION_INTERFACE="file"
35-
ENV LOG_LEVEL="debug"
34+
ENV FUNCTION_INTERFACE="rpc"
35+
ENV FUNCTION_RPC_TRANSPORT="stdio"
36+
ENV LOG_LEVEL="debug"

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ evaluation_function_dev = "evaluation_function.dev:dev"
1313
[tool.poetry.dependencies]
1414
python = "^3.12"
1515
typing_extensions = "^4.12.2"
16-
lf_toolkit = { git = "https://github.com/lambda-feedback/toolkit-python.git", branch = "feature/image-upload", extras = [
16+
lf_toolkit = { git = "https://github.com/lambda-feedback/toolkit-python.git@v1.0.2", extras = [
1717
"ipc",
1818
] }
1919
ultralytics = "^8.1.50"

0 commit comments

Comments
 (0)