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

run_driver.sh rebuilds docker image on each invocation #28

Open
lastmansleeping opened this issue May 27, 2020 · 1 comment
Open

run_driver.sh rebuilds docker image on each invocation #28

lastmansleeping opened this issue May 27, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lastmansleeping
Copy link
Collaborator

No description provided.

@lastmansleeping lastmansleeping added the bug Something isn't working label May 27, 2020
@lastmansleeping lastmansleeping self-assigned this May 27, 2020
@lastmansleeping
Copy link
Collaborator Author

The fix is to first COPY requirements.txt and then copy the rest of the code into docker container after installing all python requirements. This way, docker caches the pip install...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant