We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61efd42 commit 107e18aCopy full SHA for 107e18a
Dockerfile
@@ -9,6 +9,7 @@ RUN ${PIP} install "mage-ai[all]"
9
10
# Install NFS dependencies
11
RUN apt -y update && apt -y install nfs-common
12
+RUN R -e "install.packages('pacman', repos='http://cran.us.r-project.org')"
13
14
# Install R
15
RUN apt install -y r-base
dev.Dockerfile
@@ -12,6 +12,7 @@ RUN apt install nodejs
16
17
# Install Python dependencies
18
COPY requirements.txt requirements.txt
0 commit comments