Skip to content

Commit

Permalink
Merge pull request #2081 from 8ball030/patch-2
Browse files Browse the repository at this point in the history
[Feat] Update install.sh to  Build prior to install
  • Loading branch information
angrybayblade authored Oct 9, 2023
2 parents 4cdb312 + ef006e8 commit 7f048c4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions deployments/Dockerfiles/autonomy/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ echo "Loading $AEA_AGENT"
aea fetch $AEA_AGENT --alias agent || exit 1
cd agent

echo "Installing the necessary dependencies!"
aea install || exit 1

echo "Building the deployment"
echo "Building the deployments host dependencies."
aea build || exit 1
echo "Successfully built the host dependencies."

echo "Successfully built the agent"
echo "Installing the necessary python dependencies!"
aea install || exit 1
echo "Successfully Installed the python dependecies."

cd ..
echo "Done."
cd ..

0 comments on commit 7f048c4

Please sign in to comment.