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
981f6e40
"svn:/svn.code.sf.net/p/irrlicht/code/trunk@5212" did not exist on "6fd8d82d4c26b685ada9e6506e897c5d71043d4a"
Commit
981f6e40
authored
Mar 19, 2018
by
Peter Parente
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Notebook 5.4, force tornado 4.* at the outset
parent
1d94de26
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
all-spark-notebook/Dockerfile
all-spark-notebook/Dockerfile
+0
-1
base-notebook/Dockerfile
base-notebook/Dockerfile
+3
-1
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+0
-1
r-notebook/Dockerfile
r-notebook/Dockerfile
+0
-2
No files found.
all-spark-notebook/Dockerfile
View file @
981f6e40
...
...
@@ -23,7 +23,6 @@ USER $NB_UID
# R packages
RUN
conda
install
--quiet
--yes
\
'tornado<5'
\
'r-base=3.4.1'
\
'r-irkernel=0.8*'
\
'r-ggplot2=2.2*'
\
...
...
base-notebook/Dockerfile
View file @
981f6e40
...
...
@@ -77,10 +77,12 @@ RUN cd /tmp && \
fix-permissions /home/
$NB_USER
# Install Jupyter Notebook and Hub
# Issue #589: Force tornado < 5.0 until various zmq dependencies are resolved upstream
RUN
conda
install
--quiet
--yes
\
'notebook=5.
2
.*'
\
'notebook=5.
4
.*'
\
'jupyterhub=0.8.*'
\
'jupyterlab=0.31.*'
\
'tornado=4.*'
\
&&
conda clean
-tipsy
&&
\
jupyter labextension
install
@jupyterlab/hub-extension@^0.8.0
&&
\
npm cache clean
&&
\
...
...
datascience-notebook/Dockerfile
View file @
981f6e40
...
...
@@ -42,7 +42,6 @@ USER $NB_UID
RUN
conda config
--system
--append
channels r
&&
\
conda
install
--quiet
--yes
\
'rpy2=2.8*'
\
'tornado<5'
\
'r-base=3.4.1'
\
'r-irkernel=0.8*'
\
'r-plyr=1.8*'
\
...
...
r-notebook/Dockerfile
View file @
981f6e40
...
...
@@ -18,9 +18,7 @@ RUN apt-get update && \
USER
$NB_UID
# R packages
# Force tornado<5 for #589
RUN
conda
install
--quiet
--yes
\
'tornado<5'
\
'r-base=3.4.1'
\
'r-irkernel=0.8*'
\
'r-plyr=1.8*'
\
...
...
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