We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024ee8f commit ae09cd0Copy full SHA for ae09cd0
RPythonDockerfile
@@ -4,7 +4,7 @@ FROM clipper/py-rpc:latest
4
RUN echo "deb http://http.debian.net/debian sid main" > /etc/apt/sources.list.d/debian-unstable.list \
5
&& echo 'APT::Default-Release "testing";' > /etc/apt/apt.conf.d/default
6
7
-ENV R_BASE_VERSION 3.4.0
+ENV R_BASE_VERSION 3.4
8
9
## Now install R and littler, and create a link for littler in /usr/local/bin
10
## Also set a default CRAN repo, and make sure littler knows about it too
0 commit comments