Skip to content

Commit

Permalink
access aws s3 with saved cred
Browse files Browse the repository at this point in the history
  • Loading branch information
rugeli committed Jul 29, 2024
1 parent 17f2aa5 commit 055471a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,4 @@ RUN apt-get update && apt-get install -y awscli

COPY docker-entrypoint.sh /usr/local/bin/
RUN ["chmod", "+x", "/usr/local/bin/docker-entrypoint.sh"]


# Copy and set permissions for the AWS configure script
COPY configure-aws.sh /usr/local/bin/
RUN ["chmod", "+x", "/usr/local/bin/configure-aws.sh"]

ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
4 changes: 0 additions & 4 deletions configure-aws.sh

This file was deleted.

3 changes: 0 additions & 3 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
# exit
# fi

# Configure AWS CLI
/usr/local/bin/configure-aws.sh

cd /cellpack
# pack -r ${recipe} -c ${config}
pack -r examples/recipes/v2/one_sphere.json -c examples/packing-configs/run.json

0 comments on commit 055471a

Please sign in to comment.