Fixing docker build for 1.0#72
Conversation
|
@sarthakpati Error when running CLI Segment on sample data: Hoping the following helps: inside the container, I saw that the following folder exists:
However, I saw that this
does not contain a |
|
@sarthakpati Then, inside the container, I am running: where |
This not containing the Perhaps @brandon-edwards can help? |
|
@hasan7n can you try with the latest commit? |
|
@sarthakpati Thanks this resolves the problem. |
|
Thanks. For some reason, the image on my local machine is picking up a different version of script. Anyway, pushed a fix. |
|
@sarthakpati The fix will indeed resolve it but I am sure that a sequence of errors will happen after this (I did some hotfixes inside the container but more and more errors are raised). I suggest we understand why it works for you, perhaps I am initializing the repository in an incorrect manner? One of the things I want to know: so your local machine is picking a If the case is the former, could you please point me to the commit hash where Thanks! |
|
Hmm, that's what I am trying to figure out right now. I'll get back to you. |
- remove `-ptd` to load inference_loader instead of trainval_loader - rename paths for output files as expected by fusion code
Fixes for cli segment
|
hey @hasan7n, is this operational and ready to merge? |
Fixes issue #(Enter issue number here)
Proposed Changes