We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34710e2 commit 0716446Copy full SHA for 0716446
Dockerfile
@@ -1,5 +1,7 @@
1
FROM ghcr.io/lambda-feedback/evaluation-function-base/wolfram:latest as base
2
3
+CMD apt install curl
4
+
5
# Command to start the evaluation function with
6
ENV FUNCTION_COMMAND="bash"
7
0 commit comments