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 a0f83c0 commit 25bc273Copy full SHA for 25bc273
repo2docker/buildpacks/conda/__init__.py
@@ -359,7 +359,7 @@ def get_env_scripts(self):
359
"${NB_USER}",
360
r"""
361
${{MAMBA_EXE}} install -p {0} r-base{1} r-irkernel=1.2 r-devtools -y && \
362
- ${{MAMBA_EXE}} clean --all -f -y && \
+ ${{MAMBA_EXE}} clean --all -y && \
363
${{MAMBA_EXE}} list -p {0}
364
""".format(
365
env_prefix, r_pin
0 commit comments