Skip to content
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

Cortex requirements #11

Closed
mgaulton opened this issue Oct 15, 2020 · 1 comment
Closed

Cortex requirements #11

mgaulton opened this issue Oct 15, 2020 · 1 comment
Assignees

Comments

@mgaulton
Copy link

I'm looking for a clarification.
I initially ran the below on my host, as it didn't refer to running it inside a docker.
How should this actually be run?
before/after the docker-compose up?
which docker / host?

for I in $(find Cortex-Analyzers -name 'requirements.txt'); do pip2 install -r $I; done &&
for I in $(find Cortex-Analyzers -name 'requirements.txt'); do pip3 install -r $I || true; done

@pe3zx
Copy link
Owner

pe3zx commented Oct 16, 2020

Hi @mgaulton,

Thanks for pointing out. The commands must be run on the Cortex container on the path Cortex-Analyzers is mounted to. The instruction on Wiki has been updated accordingly.

@pe3zx pe3zx closed this as completed Oct 16, 2020
@pe3zx pe3zx self-assigned this Oct 16, 2020
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

No branches or pull requests

2 participants