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
5548f94b
Commit
5548f94b
authored
Mar 04, 2016
by
John Kirkham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
datascience-notebook/Dockerfile: Clean out `conda`.
parent
73d926b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
datascience-notebook/Dockerfile
datascience-notebook/Dockerfile
+3
-3
No files found.
datascience-notebook/Dockerfile
View file @
5548f94b
...
...
@@ -45,7 +45,7 @@ RUN conda install --yes \
'numba=0.23*'
\
'bokeh=0.11*'
\
'h5py=2.5*'
\
&&
conda clean
-
yt
&&
conda clean
-
tipsy
# Install Python 2 packages
RUN
conda create
--yes
-p
$CONDA_DIR
/envs/python2
python
=
2.7
\
...
...
@@ -67,7 +67,7 @@ RUN conda create --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'bokeh=0.11*'
\
'h5py=2.5*'
\
'pyzmq'
\
&&
conda clean
-
yt
&&
conda clean
-
tipsy
# R packages including IRKernel which gets installed globally.
RUN
conda config
--add
channels r
...
...
@@ -89,7 +89,7 @@ RUN conda install --yes \
'r-nycflights13=0.1*'
\
'r-caret=6.0*'
\
'r-rcurl=1.95*'
\
'r-randomforest=4.6*'
&&
conda clean
-
yt
'r-randomforest=4.6*'
&&
conda clean
-
tipsy
# Install IJulia packages as jovyan and then move the kernelspec out
# to the system share location. Avoids problems with runtime UID change not
...
...
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