This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Entrypoint for docker RUN directives as well as ENTRYPOINT with conda env | |
## Enable by adding: | |
## COPY entry.sh ./ | |
## SHELL ["/entry.sh", "/bin/bash", "-c"] | |
## | |
## Optionally, set the following env to select a conda env to run in | |
## ENV CONDA_DEFAULT_ENV=foo | |
## You may also want to add something like | |
## RUN conda init bash && echo 'conda activate "${CONDA_TARGET_ENV:-base}"' >> ~/.bashrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-10-01 11:35:46,844 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_authenticate - Using local refresh token from /home/sdhinakaran/.local/share/openeo-python-client/refresh-tokens.json | |
2025-10-01 11:35:46,845 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_authenticate - Getting access token from a local refresh token... | |
2025-10-01 11:35:47,158 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_authenticate - Access token retrieved successfully | |
2025-10-01 11:35:47,160 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_check_connection - Checking OSCAR connection to https://oscar-grnet.intertwin.fedcloud.eu... | |
--------------------------------------------------------------------------- | |
KeyError Traceback (most recent call last) | |
File ~/micromamba/envs/oscar_test/lib/python3.11/site-packages/openeo_pg_parser_networkx/gra |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-10-01 15:00:49,506 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_authenticate - Using local refresh token from /home/sdhinakaran/.local/share/openeo-python-client/refresh-tokens.json | |
2025-10-01 15:00:49,506 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_authenticate - Getting access token from a local refresh token... | |
2025-10-01 15:00:50,016 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_authenticate - Access token retrieved successfully | |
2025-10-01 15:00:50,018 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_check_connection - Checking OSCAR connection to https://oscar-grnet.intertwin.fedcloud.eu... | |
--------------------------------------------------------------------------- | |
KeyError Traceback (most recent call last) | |
File ~/micromamba/envs/oscar_test/lib/python3.11/site-packages/openeo_pg_parser_networkx/gra |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-10-02 09:11:11,963 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_authenticate - Using local refresh token from /home/sdhinakaran/.local/share/openeo-python-client/refresh-tokens.json | |
2025-10-02 09:11:11,964 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_authenticate - Getting access token from a local refresh token... | |
2025-10-02 09:11:12,526 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_authenticate - Access token retrieved successfully | |
2025-10-02 09:11:12,530 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_check_connection - Checking OSCAR connection to https://oscar-grnet.intertwin.fedcloud.eu... | |
2025-10-02 09:11:13,660 - openeo_processes_dask.process_implementations.external_processing.oscar - INFO - oscar_check_service - OSCAR service 'hydroform-hydromt' found. | |
2025-10-02 09:11:13,661 - openeo_processes_dask.process_implementations.ex |