Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
2d125a71
Commit
2d125a71
authored
Dec 17, 2015
by
Peter Parente
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #88 from parente/fix-r-zmq
Bump r-irkernel to 0.5 to fix zmq issue
parents
1768a4f1
d8c83ec3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
21 deletions
+6
-21
all-spark-notebook/Dockerfile
all-spark-notebook/Dockerfile
+1
-6
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+1
-6
r-notebook/Dockerfile
r-notebook/Dockerfile
+4
-9
No files found.
all-spark-notebook/Dockerfile
View file @
2d125a71
...
...
@@ -82,15 +82,10 @@ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
RUN
conda config
--add
channels r
RUN
conda
install
--yes
\
'r-base=3.2*'
\
'r-irkernel=0.
4
*'
\
'r-irkernel=0.
5
*'
\
'r-ggplot2=1.0*'
\
'r-rcurl=1.95*'
&&
conda clean
-yt
# WORKAROUND: symlink version of zmq required by latest rzmq back into conda lib
# https://github.com/jupyter/docker-stacks/issues/55
RUN
ln
-s
/opt/conda/pkgs/zeromq-4.0.
*
/lib/libzmq.so.4.
*
/opt/conda/lib/libzmq.so.4
RUN
ln
-s
/opt/conda/pkgs/libsodium-0.4.
*
/lib/libsodium.so.4.
*
/opt/conda/lib/libsodium.so.4
# Scala Spark kernel spec
RUN
mkdir
-p
/opt/conda/share/jupyter/kernels/scala
COPY
kernel.json /opt/conda/share/jupyter/kernels/scala/
...
...
datascience-notebook/Dockerfile
View file @
2d125a71
...
...
@@ -65,7 +65,7 @@ RUN conda config --add channels r
RUN
conda
install
--yes
\
'rpy2=2.7*'
\
'r-base=3.2*'
\
'r-irkernel=0.
4
*'
\
'r-irkernel=0.
5
*'
\
'r-plyr=1.8*'
\
'r-devtools=1.9*'
\
'r-dplyr=0.4*'
\
...
...
@@ -82,11 +82,6 @@ RUN conda install --yes \
'r-rcurl=1.95*'
\
'r-randomforest=4.6*'
&&
conda clean
-yt
# WORKAROUND: symlink version of zmq required by latest rzmq back into conda lib
# https://github.com/jupyter/docker-stacks/issues/55
RUN
ln
-s
/opt/conda/pkgs/zeromq-4.0.
*
/lib/libzmq.so.4.
*
/opt/conda/lib/libzmq.so.4
RUN
ln
-s
/opt/conda/pkgs/libsodium-0.4.
*
/lib/libsodium.so.4.
*
/opt/conda/lib/libsodium.so.4
# Install IJulia packages as jovyan and then move the kernelspec out
# to the system share location. Avoids problems with runtime UID change not
# taking effect properly on the .local folder in the jovyan home dir.
...
...
r-notebook/Dockerfile
View file @
2d125a71
...
...
@@ -19,14 +19,14 @@ USER jovyan
RUN
conda config
--add
channels r
RUN
conda
install
--yes
\
'r-base=3.2*'
\
'r-irkernel=0.
4
*'
\
'r-irkernel=0.
5
*'
\
'r-plyr=1.8*'
\
'r-devtools=1.
8
*'
\
'r-devtools=1.
9
*'
\
'r-dplyr=0.4*'
\
'r-ggplot2=1.0*'
\
'r-tidyr=0.
2
*'
\
'r-tidyr=0.
3
*'
\
'r-shiny=0.12*'
\
'r-rmarkdown=0.
7
*'
\
'r-rmarkdown=0.
8
*'
\
'r-forecast=5.8*'
\
'r-stringr=0.6*'
\
'r-rsqlite=1.0*'
\
...
...
@@ -36,9 +36,4 @@ RUN conda install --yes \
'r-rcurl=1.95*'
\
'r-randomforest=4.6*'
&&
conda clean
-yt
# WORKAROUND: symlink version of zmq required by latest rzmq back into conda lib
# https://github.com/jupyter/docker-stacks/issues/55
RUN
ln
-s
/opt/conda/pkgs/zeromq-4.0.
*
/lib/libzmq.so.4.
*
/opt/conda/lib/libzmq.so.4
RUN
ln
-s
/opt/conda/pkgs/libsodium-0.4.
*
/lib/libsodium.so.4.
*
/opt/conda/lib/libsodium.so.4
USER
root
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment