-
Notifications
You must be signed in to change notification settings - Fork 344
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
tljh.installer: support --user-requirements-txt-path flag alongside the --user-requirements-txt-url flag #461
Comments
Hey erinfry6, I know this is not really a fix, but I struggled with the same problem and took a look into the
If you look at it, you could change the ENVIRONMENT variable Did not test it yet, but I'm going to try to modify this or the *edit: I found out that the |
@erinfry6 are you referring to the user requirements specified via If so then it should already be supported, since the option is passed to the-littlest-jupyterhub/tljh/conda.py Lines 148 to 152 in 0656fbb
|
Note that There is the There is not a For reference, these are the supported flags by the bootstrap.py script / tljh.installer, where the bootstrap.py script will just pass them onwards to the tljh.installer. the-littlest-jupyterhub/tljh/installer.py Lines 468 to 482 in 0656fbb
|
It would be really great if you could pip install packages from a .txt file on the VM, not necessarily from a URL .txt file.
I'm deploying on Google Cloud, so I have access to my requirements.txt in GCS easily using gcsfuse, but the URL of the file is much less reliable.
Thanks for everything!
The text was updated successfully, but these errors were encountered: