You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN ln -s -f /usr/share/zoneinfo/America/New_York /etc/localtime
16
16
17
17
RUN apt-get update && apt-get install -qq -y \
18
-
libglpk-dev\
18
+
apt-file \
19
19
python3-venv \
20
20
python3-dev \
21
21
python3-pip
22
22
23
-
RUN install2.r --error \
24
-
roxygen2 \
25
-
Rglpk \
26
-
argparser
27
-
23
+
RUN R -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))'
0 commit comments