Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nick Bearson
docker-science-stack
Commits
6dc17a09
Commit
6dc17a09
authored
Feb 13, 2018
by
Nick Bearson
Browse files
making sure conda's on $PATH and putting setuptools next to where it's used
parent
cd8caf83
Pipeline
#3261
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
6dc17a09
...
...
@@ -131,8 +131,11 @@ RUN mkdir -p ${BUILD} && cd ${BUILD} && \
conda
install
-c
conda-forge numpy scipy matplotlib basemap pyhdf netcdf4
&&
\
rm
-rf
${
BUILD
}
ENV
PATH ${OPT}/miniconda/bin:${PATH}
## add uwglance for verifying data, etc.
RUN
easy_install
-f
http://larch.ssec.wisc.edu/cgi-bin/repos.cgi uwglance
RUN
conda
install
-c
conda-forge setuptools
&&
\
easy_install
-f
http://larch.ssec.wisc.edu/cgi-bin/repos.cgi uwglance
# throw in some shell niceties
RUN
echo
'alias ls="ls --color=auto"'
>>
~/.bashrc
&&
\
...
...
Write
Preview
Supports
Markdown
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