Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-science-stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nick Bearson
docker-science-stack
Commits
6dc17a09
There was a problem fetching the pipeline summary.
Commit
6dc17a09
authored
7 years ago
by
Nick Bearson
Browse files
Options
Downloads
Patches
Plain Diff
making sure conda's on $PATH and putting setuptools next to where it's used
parent
cd8caf83
Branches
develop
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-1
4 additions, 1 deletion
Dockerfile
with
4 additions
and
1 deletion
Dockerfile
+
4
−
1
View file @
6dc17a09
...
@@ -131,8 +131,11 @@ RUN mkdir -p ${BUILD} && cd ${BUILD} && \
...
@@ -131,8 +131,11 @@ RUN mkdir -p ${BUILD} && cd ${BUILD} && \
conda
install
-c
conda-forge numpy scipy matplotlib basemap pyhdf netcdf4
&&
\
conda
install
-c
conda-forge numpy scipy matplotlib basemap pyhdf netcdf4
&&
\
rm
-rf
${
BUILD
}
rm
-rf
${
BUILD
}
ENV
PATH ${OPT}/miniconda/bin:${PATH}
## add uwglance for verifying data, etc.
## 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
# throw in some shell niceties
RUN
echo
'alias ls="ls --color=auto"'
>>
~/.bashrc
&&
\
RUN
echo
'alias ls="ls --color=auto"'
>>
~/.bashrc
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment