Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
FROM andrewosh/binder-base |
|
|
|
USER root |
|
|
|
# Add R dependencies |
|
RUN apt-get update |
|
RUN apt-get install -y r-base libzmq3-dev |
|
|
|
COPY install-irkernel.R /home/install-irkernel.R |
|
|
|
RUN R --no-save < /home/install-irkernel.R |
|
USER main |
|
|
You can't perform that action at this time.
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.