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

best practice for adding a private repo to the build? #359

Closed
neuromusic opened this issue Jul 23, 2018 · 2 comments
Closed

best practice for adding a private repo to the build? #359

neuromusic opened this issue Jul 23, 2018 · 2 comments

Comments

@neuromusic
Copy link

I have a python package in a private repo which I would like to specify as a dependency in my requirements.txt file.

I can add it to the file with...

allensdk>=0.14.5
neuroglia
-e git+ssh://git.github.com/AllenInstitute/visual_behavior_analysis.git@master#egg=visual-behavior

but then how do I get expose my local SSH credentials to the Docker container?

Or is there a better way to do this?

@choldgraf
Copy link
Member

That's a good question - this has come up a few times in the binderhub/jupyterhub world. You might have some luck asking around in the JupyterHub channel. Though perhaps this is something that could/should be built into repo2docker? e.g. a --key=<mykey> flag or something?

@manics
Copy link
Member

manics commented May 17, 2021

I'm closing this as it's quite old, and there's been some work on supporting private repos (though it's still ongoing).

@manics manics closed this as completed May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants