-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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