Skip to content

Can I use private repository as dependency? #400

Answered by renardeinside
filiphagan asked this question in Q&A
Discussion options

You must be logged in to vote

hi @filiphagan ,
yes, you can. You'll need to setup it in the following way:

  1. on the cluster level, configure a file called /etc/pip.conf. You can configure this file via an init script. Take a look at this example (it's Azure Artifacts specific, but you could get a grasp of the idea).
  2. In your setup.py, simply reference the library by it's name, no dependency_links required.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@filiphagan
Comment options

@renardeinside
Comment options

Answer selected by renardeinside
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants