FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
IRkernel/Dockerfile.dev at master · leepface/IRkernel · GitHub
leepface
/
IRkernel
Public
forked from
IRkernel/IRkernel
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
IRkernel
/
Dockerfile.dev
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (6 loc) · 479 Bytes
Breadcrumbs
IRkernel
/
Dockerfile.dev
Copy path
File metadata and controls
11 lines (6 loc) · 479 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
# Installs Jupyter Notebook and IRkernel dependencies into a r-notebook-dev image
FROM jupyter/r-notebook
RUN Rscript -e "install.packages(c(\"devtools\", \"testthat\", \"roxygen2\"), repos = c(\"http://irkernel.github.io/\", \"http://cran.rstudio.com\"))"
RUN Rscript -e "library(\"devtools\")" -e "install_github(\"IRkernel/repr\")" -e "install_github(\"IRkernel/IRdisplay\")"
RUN pip install jupyter_kernel_test ndjson-testrunner
RUN unlink /opt/conda/lib/libstdc++.so.6
Back
|
FazBrowse Home
|
New Git URL