We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 835fb60 + 21c76ee commit 244df81Copy full SHA for 244df81
Dockerfile
@@ -12,14 +12,4 @@ ENV FUNCTION_INTERFACE="file"
12
ENV LOG_LEVEL="DEBUG"
13
14
# Copy the evaluation function to the app directory
15
-COPY ./evaluation_function.wl /app/evaluation_function.wl
16
-
17
-FROM base AS with-license
18
-COPY ./dist/LICENSE.txt /home/wolframengine/.WolframEngine/Licensing/mathpass
19
20
-FROM base AS without-license
21
-# no COPY, no error
22
23
-# Choose final stage with build arg
24
-ARG WITH_LICENSE=false
25
-FROM ${WITH_LICENSE:+with-license}${WITH_LICENSE:-without-license}
+COPY ./evaluation_function.wl /app/evaluation_function.wl
0 commit comments