We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86bdb6 commit e09e3d6Copy full SHA for e09e3d6
Dockerfile
@@ -1,11 +1,10 @@
1
FROM ghcr.io/lambda-feedback/evaluation-function-base/wolfram:latest as base
2
3
# Command to start the evaluation function with
4
-ENV FUNCTION_COMMAND="bash"
+ENV FUNCTION_COMMAND="echo $WOLFRAMSCRIPT_ENTITLEMENTID && curl google.com && wolframscript"
5
6
# Args to start the evaluation function with
7
-# ENV FUNCTION_ARGS="-f,/app/evaluation_function.wl"
8
-ENV FUNCTION_ARGS="-f,/app/test.sh"
+ENV FUNCTION_ARGS="-f,/app/evaluation_function.wl"
9
10
# Interface to use for the evaluation function
11
ENV FUNCTION_INTERFACE="file"
test.sh
0 commit comments