Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe-apps
zapp-jupyter
Commits
aa382663
Commit
aa382663
authored
May 09, 2017
by
Daniele Venzano
Browse files
Remove all versions to have conda stop trying to install python 2.7
parent
b44f34ba
Pipeline
#4044
passed with stage
in 11 minutes and 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
docker/jupyter-notebook/Dockerfile
View file @
aa382663
...
@@ -69,15 +69,15 @@ RUN cd /tmp && \
...
@@ -69,15 +69,15 @@ RUN cd /tmp && \
$CONDA_DIR
/bin/conda
install
--yes
conda
$CONDA_DIR
/bin/conda
install
--yes
conda
RUN
conda
install
--yes
\
RUN
conda
install
--yes
\
'notebook
=4.1*
'
\
'notebook'
\
terminado
\
terminado
\
'ipywidgets
=4.1*
'
\
'ipywidgets'
\
'pandas'
\
'pandas'
\
'matplotlib'
\
'matplotlib'
\
'scipy'
\
'scipy'
\
'seaborn
=0.6*
'
\
'seaborn'
\
'scikit-learn'
\
'scikit-learn'
\
'statsmodels
=0.6.1
'
\
'statsmodels'
\
'ipyparallel'
\
'ipyparallel'
\
'basemap'
\
'basemap'
\
'pillow'
\
'pillow'
\
...
...
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