Преглед на файлове

added IRkernel

https://github.com/IRkernel/IRkernel
Fabian Peter Hammerle преди 5 години
родител
ревизия
14f3abe776
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -2,7 +2,8 @@ FROM debian:bullseye
 
 RUN apt-get update \
     && apt-get install --yes --no-install-recommends \
-        jupyter-notebook
+        jupyter-notebook \
+        r-cran-irkernel
 
 RUN useradd --create-home notebook
 USER notebook