Skip to content

Commit f3a92fa

Browse files
authored
Pin some packages to fix r-notebook and datascience-notebook under aarch64 (#2215)
1 parent 3ca2674 commit f3a92fa

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

images/datascience-notebook/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ RUN mamba install --yes \
5757
'r-tidymodels' \
5858
'r-tidyverse' \
5959
'rpy2' \
60+
# Temporary fix
61+
'r-parsnip<1.3.0' \
62+
'r-recipes<1.1.1' \
6063
'unixodbc' && \
6164
mamba clean --all -f -y && \
6265
fix-permissions "${CONDA_DIR}" && \

images/r-notebook/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ RUN mamba install --yes \
4848
'r-shiny' \
4949
'r-tidymodels' \
5050
'r-tidyverse' \
51+
# Temporary fix
52+
'r-parsnip<1.3.0' \
53+
'r-recipes<1.1.1' \
5154
'unixodbc' && \
5255
mamba clean --all -f -y && \
5356
fix-permissions "${CONDA_DIR}" && \

tests/docker-stacks-foundation/test_packages.py

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
"openssl",
8282
"protobuf",
8383
"python",
84+
"r-parsnip<1.3.0",
85+
"r-recipes<1.1.1",
8486
"r-irkernel",
8587
"unixodbc",
8688
]

0 commit comments

Comments
 (0)