Skip to content

Docker environment for seismic modeling and imaging for CCS8803 class

Notifications You must be signed in to change notification settings

apgahlot/ccs8803-env_JUDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ccs8803-env_JUDI

Docker environment for seismic modeling and imaging for CCS8803 class

This repository contains a dockerfile and julia notebooks for running numerical experiments around seismic modeling and imaging in a prebuild environment.

To build the image do

> docker build -t ccsenv:v2.0 --platform linux/x86_64 .

To run the image run

> docker run --platform linux/x86_64 -p 8888:8888 -v "${PWD}":/notebooks ccsenv:v2.0

from within the parent directory of notebooks.

About

Docker environment for seismic modeling and imaging for CCS8803 class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published