Skip to content

Commit

Permalink
fix: change leftover json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydesl committed Mar 28, 2023
1 parent d39fdc2 commit e7f31e2
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions docs/adv/model_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,23 @@ to define a complete URI.
=== "Model"

``` yaml
"version": "3.7",
"services": {
"ristra": {
"image": "dbs-container-repo.emgora.eu/db-ristra-cli-cpu:1.0.0",
"entrypoint": "/bin/sh -c",
"command": "wget {{ MODEL.repository_uri }}",
}
}
version: '3.7'
services:
ristra:
image: dbs-container-repo.emgora.eu/db-ristra-cli-cpu:1.0.0
entrypoint: /bin/sh -c
command: wget {{ MODEL.repository_uri }}
```

=== "Data"

``` yaml
"version": "3.7",
"services": {
"ristra": {
"image": "dbs-container-repo.emgora.eu/db-ristra-cli-cpu:1.0.0",
"entrypoint": "/bin/sh -c",
"command": "wget {{ SINK_A.uri }}",
}
}
version: '3.7'
services:
ristra:
image: dbs-container-repo.emgora.eu/db-ristra-cli-cpu:1.0.0
entrypoint: /bin/sh -c
command: wget {{ SINK_A.uri }}
```
### PATH and FILENAME

Expand Down

0 comments on commit e7f31e2

Please # to comment.