uwsampl / nexus

Other
82 stars 22 forks source link

Issues with Building Apps and Docker Images #18

Closed faromero closed 4 years ago

faromero commented 4 years ago

Hello, I am interested in trying out Nexus. After following your Installation instructions, I was successfully able to build Nexus, but have been unable to (1) run the Local Tests without Docker, or (2) Build Docker Image. For (1), I am unable to build the simple_app (or any app) because libnexus is not being built according to the installation instructions, and so far, I have been unable to successfully build it through modifications to the root's CMakeLists.txt or the app's Makefile. For (2), the base image builds, but the other three do not for various reasons: NexusBackendDockerfile fails on making backend and tools, seemingly because of caffe2 (which I attempted to disable by having it not compile that backends, but this was unsuccessful), while NexusSchedulerDockerfile and NexusAppLibDockerfile seem to have variable scope and type errors.

Any guidance for how to get it working would be greatly appreciated. Thank you in advance!

abcdabcd987 commented 4 years ago

Thanks for giving Nexus a try :) I'm aware that the instructions and some files are not up-to-date. I happen to be working on reorganizing Nexus files and build system this week. I'll let you know when it's ready.

faromero commented 4 years ago

Thank you, looking forward to the updates!

abcdabcd987 commented 4 years ago

Updated. I'm closing this issue. Feel free to reopen if you have more questions.