Skip to content

Conversation

@nmendozam
Copy link

Add the recipe to build a docker image of this package. This might as well partially solve the issue #7 by defining the versions in docker/env.yaml

@nmendozam
Copy link
Author

The docker image is available in docker hub

@PabloArrow
Copy link

how is it possible to install/run gutsmash on mac m1? most of the required software is out of date or presents incompatibility issues.

@nmendozam
Copy link
Author

If I recall correctly docker uses rosetta by default in m1 processors. Thus you could simply run gutsmash with docker:

docker excec nmendozam/gutsmash  run_gutsmash.py -h

Remember to mount your working directory to the docker image, that way gutsmash can access the input file and save the output in the host machine (your machine):

docker excec -v `pwd`:/tmp nmendozam/gutsmash run_gutsmash.py --minimal gbk_input_file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants