https://github.com/cometscome/openmx_docker
https://github.com/cometscome/openmx_docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cometscome/openmx_docker
- Owner: cometscome
- Created: 2021-10-17T08:24:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T02:35:54.000Z (over 4 years ago)
- Last Synced: 2025-03-14T16:46:19.128Z (over 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this?
This is Dockerfile for installing OpenMX with Intel OneAPI.
To build, just do
```bash
docker build --shm-size=2gb -t openmx .
```
After building it, just do
```bash
docker run --shm-size=2gb --name oneopenmx -it openmx /bin/bash
```