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 c981b3b + 4540bf1 commit 27fbab6Copy full SHA for 27fbab6
repo2docker/buildpacks/conda/__init__.py
@@ -362,7 +362,7 @@ def get_env_scripts(self):
362
(
363
"${NB_USER}",
364
r"""
365
- ${{MAMBA_EXE}} install -p {0} r-base{1} r-irkernel=1.2 r-devtools -y && \
+ ${{MAMBA_EXE}} install -p {0} r-base{1} r-irkernel r-devtools -y && \
366
${{MAMBA_EXE}} clean --all -f -y && \
367
${{MAMBA_EXE}} list -p {0}
368
""".format(
@@ -385,7 +385,7 @@ def get_env_scripts(self):
385
),
386
387
388
- # Install a pinned version of IRKernel and set it up for use!
+ # Register the jupyter kernel
389
390
R --quiet -e "IRkernel::installspec(prefix='{0}')"
391
0 commit comments