Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cometscome/openmx_docker
https://github.com/cometscome/openmx_docker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cometscome/openmx_docker
- Owner: cometscome
- Created: 2021-10-17T08:24:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T02:35:54.000Z (about 3 years ago)
- Last Synced: 2024-10-13T19:39:37.681Z (2 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- 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
```