https://github.com/boblyx/radiance_docker
Dockerfile for headless Radiance complied from source
https://github.com/boblyx/radiance_docker
Last synced: 3 months ago
JSON representation
Dockerfile for headless Radiance complied from source
- Host: GitHub
- URL: https://github.com/boblyx/radiance_docker
- Owner: boblyx
- License: gpl-2.0
- Created: 2024-02-07T17:15:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T16:06:12.000Z (over 1 year ago)
- Last Synced: 2025-01-23T20:17:11.283Z (5 months ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Radiance Docker
Dockerfiles for creating a docker container for running a containerised instance of [Radiance](https://github.com/LBNL-ETA/Radiance/tree/master) by the [Lawrence Berkeley National Laboratory](https://github.com/LBNL-ETA).
There two ways to build the image:
1. Use the pre-compiled binaries which may work in some images.
1. Compile from source, which is currently still broken in some areas due to some missing functions.## Usage
1. Build the container image from source
```bash
bash build.sh
```
Or from pre-compiled binaries
```bash
bash build-bin.sh
```
1. Make a folder to mount
```bash
mkdir data
```
1. Run the container
```
bash run.sh
```## TODO
1. Run tests
1. Cleanup source code after successful install