aidecentralized / sonar

SONAR - Self-Organizing Network of Aggregated Representations
MIT License
6 stars 13 forks source link

Dockerized Setup for Sonar #12

Open hardlyhuman opened 1 month ago

hardlyhuman commented 1 month ago

I propose adding a Dockerized setup for the Sonar project. This would streamline the development and deployment processes, ensuring a consistent environment across all stages and also ease the process of setting up for the new developers.

Please let me know your thoughts on this proposal. I’d be happy to help with the implementation after finishing issue #7

tremblerz commented 1 month ago

That is a great point! Right now a few people ran into the problem of ubuntu vs mac. I recommend working on this after #7

hardlyhuman commented 1 month ago

Yes, I am one among those. I can start working on this

hardlyhuman commented 1 month ago

@tremblerz I dockerized the current version. However, in order to make it work, I had to update a few versions of the packages in requirements.txt. Also unable to locate the package 'triton', hence I removed it from requirements.txt. After these changes, everything is working well. if these changes are acceptable, I can run more tests and then raise a PR. if not, I will do some more research and try to fix the issues.

tremblerz commented 1 month ago

Yes, I don't know how triton entered as a topology thanks for removing it. Go ahead with the PR.