Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neuron is available through Whalebrew #528

Closed
colindean opened this issue Jan 16, 2021 · 6 comments
Closed

Neuron is available through Whalebrew #528

colindean opened this issue Jan 16, 2021 · 6 comments
Labels
awaiting-pr documentation Improvements or additions to documentation

Comments

@colindean
Copy link

Neuron has been added to Whalebrew's core packages. It may take a couple of minutes/hours to build and push to Docker Hub.

whalebrew install whalebrew/neuron

I'll probably add this to the guide myself in a PR next week if someone else doesn't get to it before me.

@srid
Copy link
Owner

srid commented Jan 16, 2021

Nice; does it use the official sridca/neuron image? If not, how is the image built?

@colindean
Copy link
Author

It does! The neuron whalebrew container adds only port mappings, volume mapping, and a working directory.

There are some caveats to some neuron commands: https://github.com/whalebrew/whalebrew-packages/blob/master/neuron/README.md

@srid
Copy link
Owner

srid commented Jan 17, 2021

@colindean Nice. When does the whalebrew image get rebuilt? Does it rebuild on every update to the sridca/neuron upstream image?

@colindean
Copy link
Author

I'm not sure of the frequency of rebuild. I'll try to find out.

@pjeorge
Copy link

pjeorge commented Apr 6, 2021

I just installed neuron through whalebrew but was unable to reach the webserver from http://127.0.0.1:8080

neuron gen -wS
? Serving /Users/john/.neuron/output at http://127.0.0.1:8080

59931b3b7307   whalebrew/neuron   "neuron gen -wS"         4 minutes ago   Up 4 minutes   0.0.0.0:1440->1440/tcp, 0.0.0.0:8080->8080/tcp   hardcore_rosalind

curl: (52) Empty reply from server

@colindean
Copy link
Author

Try this suggestion from the neuron whalebrew README:

Use -s 0.0.0.0:8080 or :1440 when invoking neuron rib when you want to
use Rib's built-in server from within the container.

srid added a commit that referenced this issue May 8, 2021
Repository owner locked and limited conversation to collaborators Aug 11, 2021
@srid srid closed this as completed Aug 11, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
awaiting-pr documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants