Skip to content
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

Add support for plug-ins #927

Merged
merged 1 commit into from Sep 23, 2016
Merged

Conversation

gheinrich
Copy link
Contributor

Support for data and view plug-ins. See #921 for examples.

Extra command to support plug-ins:

pip install -e $DIGITS_HOME


setup(
name = "digits",
packages = find_packages(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to exclude some directories here. pip install . is freezing on me because it's opening, reading (and possibly zipping?) everything under digits/jobs/ and examples/object-detection/kitti-data/, for example.

@lukeyeager
Copy link
Member

I'm reworking the setup.py script in #1093. Let's merge that, then rebase this.

@gheinrich
Copy link
Contributor Author

Rebased on top of envvar/setup.py PRs

Copy link
Member

@lukeyeager lukeyeager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested using #947. Works great!

@lukeyeager lukeyeager merged commit f2b0b0a into NVIDIA:master Sep 23, 2016
@gheinrich gheinrich deleted the dev/plugin-support branch November 30, 2016 16:48
SlipknotTN pushed a commit to cynnyx/DIGITS that referenced this pull request Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants