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

exclusively using pipenv #111

Merged
merged 2 commits into from
May 12, 2023
Merged

exclusively using pipenv #111

merged 2 commits into from
May 12, 2023

Conversation

makrsmark
Copy link
Contributor

essentially reverts 7302ae8
including some build speed changes

basically reverts 7302ae8
includes somes build speed improvements with order
RUN pip3 install --upgrade pip && \
pip3 install -U --no-cache-dir -r ./requirements.txt
# Install dependencies
COPY Pipfile* .
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doing a pipenv install with only the pipfile ensures a docker build doesn't do a full install every time there's a code change

removes unneded files from docker image
@Jxck-S Jxck-S merged commit 50b7c31 into Jxck-S:multi May 12, 2023
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

Successfully merging this pull request may close these issues.

2 participants