This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix failed to replace source with path
tags/v0.3.7rc0
Hennzau
1 year ago
parent
8bb6dc3141
commit
0f949a5e5a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/multiple-daemons/dataflow.yml
+ 2
- 2
examples/multiple-daemons/dataflow.yml
View File
@@ -2,8 +2,8 @@ nodes:
- id: rust-node
_unstable_deploy:
machine: A
path
: cargo build -p multiple-daemons-example-node
source
: ../../target/debug/multiple-daemons-example-node
build
: cargo build -p multiple-daemons-example-node
path
: ../../target/debug/multiple-daemons-example-node
inputs:
tick: dora/timer/millis/10
outputs:
Write
Preview
Loading…
Cancel
Save