Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mambaorg/micromamba:git-df79b72-jammy as stats-conda
FROM mambaorg/micromamba:git-df79b72-jammy AS stats-conda

USER root
COPY env.yaml /conf/
Expand Down
2 changes: 1 addition & 1 deletion docker/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies:
- pyparsing=2.4.7
- pyproj
- pyrsistent
- pystac
- pystac<1.12
- pystac-client
- python-dateutil
- python-rapidjson
Expand Down
1 change: 1 addition & 0 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
--extra-index-url https://packages.dea.ga.gov.au/
datacube-ows<1.9
datacube[performance,s3]<1.9
eodatasets3<1.9
hdstats==0.1.8.post1
numexpr @ git+https://github.com/pydata/numexpr@a99412e
odc-algo @ git+https://github.com/opendatacube/odc-algo@adb1856
Expand Down