update template
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Sharp8N.Runtime" Version="1.0.11" />
|
<PackageReference Include="Sharp8N.Runtime" Version="1.0.12" />
|
||||||
|
<PackageReference Include="Sharp8N.AiComponents" Version="1.0.12" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
4
run-compiler.sh
Normal file → Executable file
4
run-compiler.sh
Normal file → Executable file
@@ -1,5 +1,5 @@
|
|||||||
# compile (link) your workflow.json and project sources
|
# compile (link) your workflow.json and project sources
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v ./:/sources \
|
-v $(pwd):/sources \
|
||||||
-e WORKFLOW_FILE /sources/workflow.json \
|
-e WORKFLOW_FILE=/sources/data/workflow.json \
|
||||||
jetframes482/sharp8n-compiler
|
jetframes482/sharp8n-compiler
|
||||||
|
|||||||
Reference in New Issue
Block a user