Skip to content

Commit

Permalink
#3622: Remove imagehash install from RTW
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-gill authored May 29, 2024
1 parent bbb513a commit a6cf0c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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

0 comments on commit a6cf0c1

Please sign in to comment.