Skip to content

Commit

Permalink
updated pytorch installation for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
dania-tii committed Nov 17, 2023
1 parent ab85110 commit bd6f4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/utils/docker/entrypoint_nats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ else
/opt/S90comms_controller start

# Install python package "torch"
os_type=$(uname -s)
if [ "$os_type" = "Linux" ]; then
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
Expand Down

0 comments on commit bd6f4b7

Please sign in to comment.