Skip to content

Commit f03f605

Browse files
committed
Updated test command
1 parent 95e9968 commit f03f605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ghcr.io/lambda-feedback/evaluation-function-base/wolfram:latest as base
22

33
# Command to start the evaluation function with
4-
ENV FUNCTION_COMMAND="wolframscript"
4+
ENV FUNCTION_COMMAND="echo $WOLFRAMSCRIPT_ENTITLEMENTID && curl google.com && wolframscript"
55

66
# Args to start the evaluation function with
77
ENV FUNCTION_ARGS="-f,/app/evaluation_function.wl"

0 commit comments

Comments
 (0)