Skip to content

Commit a73e8cf

Browse files
committed
chore: switch interface to file
1 parent c83a091 commit a73e8cf

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.idea/EduVision-Gearbox-Assembly.iml

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

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

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

34-
# The transport to use for the RPC server
35-
ENV FUNCTION_RPC_TRANSPORT="ipc"
36-
37-
ENV LOG_LEVEL="debug"
34+
ENV FUNCTION_INTERFACE="file"
35+
ENV LOG_LEVEL="debug"

0 commit comments

Comments
 (0)