We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01bc02 commit 5e16946Copy full SHA for 5e16946
docker/readme.md
@@ -13,3 +13,14 @@ docker run --rm \
13
opendatacube/datacube-tests:latest \
14
./check-code.sh integration_tests
15
```
16
+
17
+## Updating Dependencies
18
19
+Run the command:
20
21
+```shell
22
+docker run --rm \
23
+ -v $(pwd):/code -w /code/docker \
24
+ -it opendatacube/datacube-tests \
25
+ bash -c "python3 -m pip install pip-tools && pip-compile --upgrade --output-file=constraints.txt --strip-extras constraints.in"
26
+```
0 commit comments