File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 aws-key-id : ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
1717 aws-secret-key : ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET}}
1818 function-admin-api-key : ${{ secrets.FUNCTION_ADMIN_API_KEY}}
19+ license : ${{ secrets.LICENSE }}
Original file line number Diff line number Diff line change 1- FROM ghcr.io/lambda-feedback/evaluation-function-base/wolfram:latest
1+ FROM ghcr.io/lambda-feedback/evaluation-function-base/wolfram:latest as base
22
33# Command to start the evaluation function with
44ENV FUNCTION_COMMAND="wolframscript"
@@ -11,8 +11,5 @@ ENV FUNCTION_INTERFACE="file"
1111
1212ENV LOG_LEVEL="DEBUG"
1313
14- # Copy Wolfram licence if present - stored as LICENCE.txt for working with the lambda_build Github Actions workflow
15- RUN if [ -f dist/LICENSE.txt ]; then cp dist/LICENSE.txt /home/wolframengine/.WolframEngine/Licensing/mathpass; else echo "No license file found." ; fi
16-
1714# Copy the evaluation function to the app directory
1815COPY ./evaluation_function.wl /app/evaluation_function.wl
You can’t perform that action at this time.
0 commit comments