Преглед изворни кода

added IRkernel

https://github.com/IRkernel/IRkernel
Fabian Peter Hammerle пре 4 година
родитељ
комит
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