Skip to content

Commit 97bbc11

Browse files
committed
Updated test code for AWS
1 parent f03f605 commit 97bbc11

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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="echo $WOLFRAMSCRIPT_ENTITLEMENTID && curl google.com && wolframscript"
4+
ENV FUNCTION_COMMAND="bash"
55

66
# Args to start the evaluation function with
7-
ENV FUNCTION_ARGS="-f,/app/evaluation_function.wl"
7+
# ENV FUNCTION_ARGS="-f,/app/evaluation_function.wl"
8+
ENV FUNCTION_ARGS="-f,/app/test.sh"
89

910
# Interface to use for the evaluation function
1011
ENV FUNCTION_INTERFACE="file"

test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
echo TEST CODE FOR AWS
2+
echo $WOLFRAMSCRIPT_ENTITLEMENTID
3+
echo Curling Google
4+
curl google.com

0 commit comments

Comments
 (0)