-
Notifications
You must be signed in to change notification settings - Fork 3k
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
install Julia packages in /opt/julia #386
Conversation
The docker-stacks/base-notebook/Dockerfile Line 57 in bb222f4
|
Is this just the system ref: http://github.com/conda-forge/curl-feedstock |
It does indeed predate most of conda forge. It's worth trying to switch to a curl package installed in the root conda env so that it's available on the default path. |
I just ran in a base-notebook container: rm ~/.bashrc
apt update && apt install curl
curl https://github.com and it works fine. Does that mean we don't need this file anymore? |
Maybe it is worth digging through |
I'm pretty sure I added the .curlrc. I'll go poke through the history. |
Let's get this in. If curl breaks, we can always build again with a fix. |
Should add we have |
This gets close to #331, but we're not quite there. I believe the only files left in $HOME are
.curlrc
and.ipython/profile_default/startup/mplimporthook
@parente do you recall what the curlrc config solves and/or if it can be put in
/etc/
somewhere?