Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Docker Installation

The package can be installed through wheel, docker or building your own docker image.

Wheel Installation

pip3 install dist/HEFactory-0.0.1-cp310-cp310-linux_x86_64.whl

Docker Image

docker run -it --rm jcabrero/hefactory:latest bash

Building Docker Image from Scratch

cd docker/
make build