Changes between Version 21 and Version 22 of docker
- Timestamp:
- 11/17/20 15:50:15 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
docker
v21 v22 98 98 To install ISSM from source, create a new directory called docker_issm. We'll build off the Matlab image built previously. Copy the ISSM trunk into docker_issm. Create a new Docker file in the directory called DOCKERFILE. 99 99 100 {{ 100 {{{ 101 101 #!sh 102 102 # Build on the matlab image … … 156 156 157 157 WORKDIR /home/issm/ 158 158 159 }}}