Skip to content

Commit e09e3d6

Browse files
committed
Revert "Updated test code for AWS"
This reverts commit 97bbc11.
1 parent f86bdb6 commit e09e3d6

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Dockerfile

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

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

109
# Interface to use for the evaluation function
1110
ENV FUNCTION_INTERFACE="file"

test.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)