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

Remove imagehash install from RTW #3622

Merged
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[command]
default=singularity build ${CONTAINER_DIR}/${CONTAINER_FILE} ${DOCKER_SOURCE}; rtw-env pip install imagehash --user
default=singularity build ${CONTAINER_DIR}/${CONTAINER_FILE} ${DOCKER_SOURCE}

[env]
CONTAINER_DIR=${ROSE_DATAC}/container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
[[[environment]]]
# Warning: fragile assumption of location of esmvaltool code, see #3437
ESMVALTOOL_DIR = /opt/conda/envs/esmvaltool/lib/python3.11/site-packages
# Pick up local installation of imagehash. Slightly fragile: see #3436
PYTHONPATH_PREPEND = ${HOME}/.local/lib/python3.11/site-packages

# COMPUTE provides defaults for computation-heavy tasks.
# Specific tasks below override some defaults, e.g. time & memory.
Expand Down
Loading