Skip to content

Commit

Permalink
Update Docker requirements and specfile (#321)
Browse files Browse the repository at this point in the history
* Update Docker spec and requirement versions

* dont ignore benchmarks
  • Loading branch information
scottstanie authored Jun 21, 2024
1 parent 462ae44 commit ae5e5a6
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 121 deletions.
2 changes: 1 addition & 1 deletion conda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- jax>=0.4.19
- numba>=0.56
- numpy>=1.23
- opera-utils>=0.4.0
- opera-utils>=0.4.1
- pydantic>=2.1
- pyproj>=3.3
- rasterio>=1.3
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ COPY --chown=$MAMBA_USER:$MAMBA_USER . .
# https://github.com/mamba-org/micromamba-docker#running-commands-in-dockerfile-within-the-conda-environment
ARG MAMBA_DOCKERFILE_ACTIVATE=1
# For now, manually install tophu/snaphu from git/pip
RUN python -m pip install --no-deps "snaphu>=0.2" git+https://github.com/isce-framework/tophu@66df96fc4645f6977421336ed96c553833216c07
RUN python -m pip install --no-deps "snaphu>=0.4" git+https://github.com/isce-framework/tophu@66df96fc4645f6977421336ed96c553833216c07 git+https://github.com/isce-framework/spurt@main

# --no-deps because they are installed with conda
RUN python -m pip install --no-deps .
Expand Down
Loading

0 comments on commit ae5e5a6

Please sign in to comment.