Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 337 Bytes

File metadata and controls

20 lines (13 loc) · 337 Bytes

The NebulOuS utility evaluator module

Building

To build, a Java development kit version >= 17 must be installed.

cd utility-evaluator
./mvnw clean install

Building the container

A container can be built with the following commands:

cd utility-evaluator
docker build -t utility-evaluator -f Dockerfile .