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

Create the pip install command #45

Open
dmccrevan opened this issue May 11, 2018 · 4 comments
Open

Create the pip install command #45

dmccrevan opened this issue May 11, 2018 · 4 comments
Labels
enhancement New feature or request

Comments

@dmccrevan
Copy link
Contributor

No description provided.

@dmccrevan dmccrevan added the enhancement New feature or request label May 11, 2018
@dmccrevan dmccrevan self-assigned this May 11, 2018
@jkuruzovich
Copy link
Contributor

Should also include conda install in workflow.

@dmccrevan
Copy link
Contributor Author

@jkuruzovich Do you think we should just do condo or pip or support both? Supporting both might create some conflicts within projects.

@jkuruzovich
Copy link
Contributor

Conda supports PIP. I think by incorporating Conda you will also incorporate PIP.
The key reasons to support Conda in my mind are that:
(1) They have a package manager that works with R and Python.
(2) The docker stacks project is the primary way that baseline Jupyter containers are rolled out.
(3) Most data scientists use Conda.

I think that this is an interesting way of architecting this. If it works that is great. However, consider the alternate workflow.
carme pip install pytorch could do the following:
(1) Add the package to the external file for the docker container.
(2) Install the package on the running container.

PIP could work but it makes me think we wouldn't be able to use the docker stacks and would have to end up reinventing that wheel. The other base notebooks are the NVIDIA deep learning notebooks.

@dmccrevan
Copy link
Contributor Author

Okay i guess we could use conda instead of pip then.

@dmccrevan dmccrevan removed their assignment Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants