Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

octue/openfast-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This repository is now archived because we have added generation of production docker images to OpenFAST itself. Please use the Dockerfile and images there instead.

OpenFAST Docker

This repository contains a Dockerfile for producing working installations of OpenFAST in a python/conda-based docker image. Releases trigger a build of and push to the octue/openfast DockerHub repository. Each image tag matches the version number of the release, which in turn matches the version of OpenFAST installed in that image. The containers are built for the linux/amd64 platform.

Installation

Running the following will get you an image with openfast==3.1.0 installed:

docker pull octue/openfast:3.1.0

Usage

To run openfast on files on your local machine, mount them while creating a new container from the image you pulled:

docker run -v /path/to/openfast-files:/data -it octue/openfast:3.1.0

openfast /data/main.fst