diff options
author | Thomas Van Iseghem <[email protected]> | 2023-03-09 20:22:19 +0100 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-03-09 20:22:19 +0100 |
commit | 03c976530b91ab70510479bbc75c04cbe4c6d979 (patch) | |
tree | bfc493da2115890c0b78fa5ae9cff7fd30c27deb /QC-dev-environment | |
parent | f4572a94f22a0455c150152d5da82d14d2453f72 (diff) | |
download | OpenCortex-03c976530b91ab70510479bbc75c04cbe4c6d979.tar.gz OpenCortex-03c976530b91ab70510479bbc75c04cbe4c6d979.zip |
Updated modelrepo to build custom update file
Verified by updating my own QC that it is possible to use the Docker environment as a custom update builder
Diffstat (limited to 'QC-dev-environment')
-rw-r--r-- | QC-dev-environment/docker-compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QC-dev-environment/docker-compose.yaml b/QC-dev-environment/docker-compose.yaml index 9f2943f..44f870e 100644 --- a/QC-dev-environment/docker-compose.yaml +++ b/QC-dev-environment/docker-compose.yaml @@ -15,7 +15,7 @@ services: environment: # Edit this to your needs. This should be just the file name, not the path. - - UPDATE_FILE=update-opencortex.bin.gz + - UPDATE_FILE=verify.bin.gz privileged: true entrypoint: /bin/bash -c "while true; do sleep 1; done"
\ No newline at end of file |