Skip to content

Commit

Permalink
update to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Jun 19, 2019
1 parent 421f130 commit 5531df6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,24 @@ RUN Rscript -e 'devtools::install_github("usgs-r/intersectr")'

# Install numpy, scipy and matplotlib
RUN pip install scipy matplotlib pandas sympy

# Install ncl
RUN apt-get -y install ncl-ncarg && \
ln -s /usr/share/ncarg /usr/lib/ncarg

# install netcdf command line
RUN apt-get -y install libnetcdf-dev libnetcdff-dev netcdf-bin

# Install docker
# RUN apt-get -y install \
# apt-transport-https \
# ca-certificates \
# curl \
# gnupg-agent \
# software-properties-common && \
# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && \
# sudo add-apt-repository \
# "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
# $(lsb_release -cs) \
# stable" && \
# apt-get -y install docker-ce docker-ce-cli containerd.io
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
si:
image: dblodgett/si_docker_jupyter_training:v0.4
image: dblodgett/si_docker_jupyter_training:v0.5
container_name: docker_jupyter_training
ports:
- "8888:8888"
Expand Down

0 comments on commit 5531df6

Please sign in to comment.