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

Use pipenv install instead of pip inside Dockerfile #80

Closed
mabdullahabid opened this issue Jan 26, 2023 · 1 comment
Closed

Use pipenv install instead of pip inside Dockerfile #80

mabdullahabid opened this issue Jan 26, 2023 · 1 comment

Comments

@mabdullahabid
Copy link

As the subject states, what are your thoughts on using pipenv install inside the Dockerfile instead of pip?

@wsvincent
Copy link
Owner

Dockerfile works well loading a requirements.txt file. I had lots of issues with a lockfile that might be generated locally vs within Docker, but that is probably easy enough to fix. Pipenv only just added a native way to generate requirements.txt so it's probably fine, I'm just used to using Pip and haven't had issues with that approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants