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.
2 parents 9bcc41a + 405a0f6 commit 89fb7a8Copy full SHA for 89fb7a8
repo2docker/buildpacks/conda/__init__.py
@@ -181,7 +181,8 @@ def get_assemble_scripts(self):
181
r"""
182
conda env update -n {0} -f "{1}" && \
183
conda clean -tipsy && \
184
- conda list -n {0}
+ conda list -n {0} && \
185
+ rm -rf /srv/conda/pkgs
186
""".format(env_name, environment_yml)
187
))
188
return super().get_assemble_scripts() + assembly_scripts
0 commit comments