StarGate01 / matlab-docker-iris

Matlab in Docker with intel GPU drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matlab-docker-iris

Matlab in Docker with intel GPU drivers

Usage

  1. Pull base image: docker pull stargate01/matlab:r2023a-iris
  2. Start container: ./run.sh
  3. Install addons you need, matlab will restart
  4. Exit matlab
  5. Exit container shell
  6. Grab stopped container ID using docker ps -a
  7. Commit modified container into new image, e.g.: docker commit CONTAINER_ID stargate01/matlab:r2023a-iris-mod
  8. Modify line 14 in run.sh to use new modified image and also include the --rm flag after docker run

About

Matlab in Docker with intel GPU drivers

License:MIT License


Languages

Language:Shell 55.5%Language:Dockerfile 44.5%