Skip to content

Commit

Permalink
removed dependencies installation from entrypoint_nats.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dania-tii authored and martin-tii committed Nov 17, 2023
1 parent 3da387a commit b6841ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/utils/docker/entrypoint_nats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ else
echo "starting comms services"
/opt/S90comms_controller start

# Install python package "torch"
machine_hardware=$(uname -m)
if [ "$machine_hardware" = "aarch64" ]; then
echo "installing packages"
chmod +x /opt/mesh_com/modules/utils/package/install_dependencies.sh
/opt/mesh_com/modules/utils/package/install_dependencies.sh
fi

# alive
nohup /bin/bash -c "while true; do sleep infinity; done"
fi

0 comments on commit b6841ec

Please sign in to comment.