Project Repository of the publicly funded research project "AutoHybrid"
The package deps are all listed in a .yml
File in the docker-env/
directory.
To install them using conda:
conda create --name autohybrid --file docker-env/environment.yml
For now, you can use the package by invoking the tox
build system:
tox -e build
Alternatively, you can use the Python package setuptools
to build the local package:
python setup.py develop
Lastly, you can build and run the Docker container that comes along with the package:
docker build . -t autohybrid:latest
Run the container in a terminal:
docker run --rm -ti autohybrid:latest