File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,8 @@ by running
3434```
3535and then running
3636```
37- docker build -f committee/Dockerfile .
37+ docker build -f committee/Dockerfile build/Release
3838```
39- from the build directory (build/Release).
4039
4140## Running the Committee Service
4241The docker image expects to find a ` config.yaml ` file in its root directory. This file should be
Original file line number Diff line number Diff line change 55 version = '0.1' ,
66 packages = find_packages (),
77 install_requires = [
8- 'aerospike==3.9 .0' ,
8+ 'aerospike==4.0 .0' ,
99 'aioredis==1.2.0' ,
1010 'fastecdsa==1.7.2' ,
1111 'marshmallow-dataclass==7.1.0' ,
Original file line number Diff line number Diff line change 1616 packages = find_packages (),
1717 namespace_packages = ['starkware' ],
1818 install_requires = [
19- 'aerospike==3.9 .0' ,
19+ 'aerospike==4.0 .0' ,
2020 'aiobotocore==0.11.0' ,
2121 'aioredis==1.2.0' ,
2222 'aioredlock==0.3.0' ,
Original file line number Diff line number Diff line change 1616 --no-cache-dir
1717 --force-reinstall
1818 --extra-index-url =https://test.pypi.org/simple/
19- aerospike ==3.9 .0
19+ aerospike ==4.0 .0
2020 fastecdsa ==1.7.2
2121
2222 pytest-asyncio
You can’t perform that action at this time.
0 commit comments