https://github.com/stargate01/matlab-docker-iris
Matlab in Docker with intel GPU drivers
https://github.com/stargate01/matlab-docker-iris
Last synced: over 1 year ago
JSON representation
Matlab in Docker with intel GPU drivers
- Host: GitHub
- URL: https://github.com/stargate01/matlab-docker-iris
- Owner: StarGate01
- License: mit
- Created: 2023-08-24T23:48:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T09:58:32.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T14:11:45.100Z (about 2 years ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matlab-docker-iris
Matlab in Docker with intel GPU drivers
## Usage
1. Pull base image: `docker pull stargate01/matlab:r2023a-iris`
1. Start container: `./run.sh`
2. Install addons you need, matlab will restart
3. Exit matlab
4. Exit container shell
5. Grab stopped container ID using `docker ps -a`
6. Commit modified container into new image, e.g.: `docker commit CONTAINER_ID stargate01/matlab:r2023a-iris-mod`
7. Modify line 14 in `run.sh` to use new modified image and also include the `--rm` flag after `docker run`