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
1d374670
Commit
1d374670
authored
Jul 28, 2016
by
Justin Tyberg
Committed by
GitHub
Jul 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #249 from midnightradio/master
add sqlalchemy to conda install command
parents
882f1adb
ebbaaa15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
scipy-notebook/Dockerfile
scipy-notebook/Dockerfile
+3
-0
No files found.
scipy-notebook/Dockerfile
View file @
1d374670
...
@@ -34,9 +34,11 @@ RUN conda install --quiet --yes \
...
@@ -34,9 +34,11 @@ RUN conda install --quiet --yes \
'dill=0.2*'
\
'dill=0.2*'
\
'numba=0.23*'
\
'numba=0.23*'
\
'bokeh=0.11*'
\
'bokeh=0.11*'
\
'sqlalchemy=1.0*'
\
'h5py=2.5*'
&&
\
'h5py=2.5*'
&&
\
conda remove
--quiet
--yes
--force
qt pyqt
&&
\
conda remove
--quiet
--yes
--force
qt pyqt
&&
\
conda clean
-tipsy
conda clean
-tipsy
# Activate ipywidgets extension in the environment that runs the notebook server
# Activate ipywidgets extension in the environment that runs the notebook server
RUN
jupyter nbextension
enable
--py
widgetsnbextension
--sys-prefix
RUN
jupyter nbextension
enable
--py
widgetsnbextension
--sys-prefix
...
@@ -62,6 +64,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
...
@@ -62,6 +64,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'numba=0.23*'
\
'numba=0.23*'
\
'bokeh=0.11*'
\
'bokeh=0.11*'
\
'h5py=2.5*'
\
'h5py=2.5*'
\
'sqlalchemy=1.0*'
\
'pyzmq'
&&
\
'pyzmq'
&&
\
conda remove
-n
python2
--quiet
--yes
--force
qt pyqt
&&
\
conda remove
-n
python2
--quiet
--yes
--force
qt pyqt
&&
\
conda clean
-tipsy
conda clean
-tipsy
...
...
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