Skip to content

Commit

Permalink
Layer build: fix lock export command.
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf-kali committed Nov 26, 2023
1 parent 2e39496 commit 83fe99f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/build_layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ install_dependencies_cmd="pip install -r requirements.lock -t ${export_folder}"
docker_cmd="${update_pip_cmd}; ${install_dependencies_cmd}; exit"

sudo rm -rf "$export_folder"
make lock-export
make lock-export || exit 1
docker run -v "$PWD":/var/task "$image_name" /bin/sh -c "$docker_cmd"

0 comments on commit 83fe99f

Please sign in to comment.