Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 9c73fad

Browse files
authored
Merge pull request #128 from kgalens/fix-libz-minimal-docker
Fixed issue when running aws cli v2 on minimal docker instances (erro…
2 parents 84d0f98 + b5855c6 commit 9c73fad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/containers/nextflow/nextflow.aws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cat ./nextflow.config
5252

5353
# stage in session cache
5454
# .nextflow directory holds all session information for the current and past runs.
55-
# it should be `sync`'d with an s3 uri, so that runs from previous sessions can be
55+
# it should be `sync`'d with an s3 uri, so that runs from previous sessions can be
5656
# resumed
5757
echo "== Restoring Session Cache =="
5858
aws s3 sync --no-progress $NF_LOGSDIR/.nextflow .nextflow

src/ecs-additions/fetch_and_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# See below for usage instructions.
1717

1818
#PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
19+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/aws-cli/v2/current/dist
1920
BASENAME="${0##*/}"
2021
AWS="/usr/local/aws-cli/v2/current/bin/aws"
2122

0 commit comments

Comments
 (0)