We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e9968 commit f03f605Copy full SHA for f03f605
Dockerfile
@@ -1,7 +1,7 @@
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="wolframscript"
+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"
0 commit comments