InseeFrLab / images-datascience

Collection of Docker images to build the data science catalog of the Onyxia project
MIT License
24 stars 22 forks source link

Use varenv to set pip/conda/R repositories #64

Closed phlg closed 1 year ago

phlg commented 1 year ago

In order to use the images in environments which require the use of a proxy repository (Nexus, Artifactory, ...), an option could be to react to the presnece of specific environment variables in order to make the necessary actions to use such proxy repositories.

This PR proposes the uses of these three environment variables, following the tools actually used in the various images :

The actual implementation behind "using the proxy repositories" is completely open for change. Namely, here are two things that come to mind :