Skip to content

Commit

Permalink
merged master
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Feb 9, 2017
2 parents 44c31ae + b93fee9 commit d517425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bash_local
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ case "$h" in
omar)
CDATBUILDS="/lgm/uvcdat"
ANACONDA_HOME=${HOME}/miniconda2;;
lapetitechipie*)
ANACONDA_HOME=/lgm/Anaconda;;
oceanonly*)
ANACONDA_HOME=/usr/local/anaconda2;;
crunchy*)
Expand Down
4 changes: 4 additions & 0 deletions bin/docker_clean.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -a -q)

0 comments on commit d517425

Please sign in to comment.