We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7ac64 commit 8377b00Copy full SHA for 8377b00
hooks/post_gen_project.py
@@ -40,7 +40,7 @@ def remove_repo_folder():
40
41
42
def remove_requirements_folders():
43
- if "python" not in SELECTED_DOCKER_BASE:
+ if "python" not in SELECTED_DOCKER_BASE and "lab" not in SELECTED_DOCKER_BASE:
44
shutil.rmtree("env-config/python")
45
if "r-notebook" not in SELECTED_DOCKER_BASE:
46
shutil.rmtree("env-config/r")
0 commit comments