diff --git a/Makefile b/Makefile index c4ae2d98..ad788a39 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ help: ## Shows this help message install: ## Install repo for developement @echo "\n=== pip install package with dev requirements ==============" - pip install --upgrade --upgrade-strategy eager --no-build-isolation \ + pip install --upgrade --upgrade-strategy eager --no-build-isolation --no-cache-dir \ -r notebook_requirements.txt \ -r $(TEST_REQUIREMENTS) \ tensorflow${VERSION_TF} \