Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sc1 demo #20

Merged
merged 17 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from 9 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
5 changes: 4 additions & 1 deletion eo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ Changes

Unreleased (latest)
===================

0.4.0 (2023-11-22)
ahandan marked this conversation as resolved.
Show resolved Hide resolved
===================
Changes:
--------
- Update base image version in Dockerfile
- Add `mamba` cache cleanup to reduce image size
- Add Sc1-Demontrator notebook of a complete workflow as example for spatial imagerie analysis and process execution
ahandan marked this conversation as resolved.
Show resolved Hide resolved
- Add Process Management notebook to help user understand the usage of weaver and how to manage deployed process

Fixes:
------
ahandan marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
1 change: 0 additions & 1 deletion eo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FROM birdhouse/pavics-jupyter-base:0.5.0
USER root

COPY environment.yml /environment.yml

# update env "birdy"
# use umask 0000 so that package files for the updated environment are usable by the user for the jupyter-conda-extension
RUN umask 0000 && mamba env update -f /environment.yml \
Expand Down
10 changes: 10 additions & 0 deletions eo/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ dependencies:
- orion
- torch
- torchvision>=0.6
- Bottleneck==1.3.7
- cloudpathlib==0.15.1
- folium==0.14.0
- geojson==3.0.1
- getpass4==0.0.14.1
- requests-file==1.5.1
- rioxarray==0.15.0
- sentinelsat==1.2.1
- weaver@git+https://github.com/crim-ca/[email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is many versions behind.
Maybe the cause of the error mentioned with the enum in CWL was happening?

- xarray==2022.11.0
fmigneault marked this conversation as resolved.
Show resolved Hide resolved
Loading