update template
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<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>
|
||||
|
||||
</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
|
||||
docker run --rm \
|
||||
-v ./:/sources \
|
||||
-e WORKFLOW_FILE /sources/workflow.json \
|
||||
-v $(pwd):/sources \
|
||||
-e WORKFLOW_FILE=/sources/data/workflow.json \
|
||||
jetframes482/sharp8n-compiler
|
||||
|
||||
Reference in New Issue
Block a user