-
Notifications
You must be signed in to change notification settings - Fork 0
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
88 bug fix local setup for every chip based system win linux macos intel macos arm #111
88 bug fix local setup for every chip based system win linux macos intel macos arm #111
Conversation
Signed-off-by: Deniz Deli <[email protected]>
Signed-off-by: Deniz Deli <[email protected]>
Signed-off-by: Deniz Deli <[email protected]>
Signed-off-by: Deniz Deli <[email protected]>
Signed-off-by: Deniz Deli <[email protected]>
Signed-off-by: Deniz Deli <[email protected]>
Signed-off-by: Deniz Deli <[email protected]>
Signed-off-by: Deniz Deli <[email protected]>
Signed-off-by: Deniz Deli <[email protected]>
…ystem-win-linux-macos-intel-macos-arm
Signed-off-by: Deniz Deli <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
finally it also runs on Mac arm computers :). great work!
docker-compose.yml
Outdated
@@ -71,7 +67,9 @@ services: | |||
build: | |||
context: ./apps/analyzer | |||
dockerfile: Dockerfile | |||
command: ['/app/.venv/bin/python3', 'main.py', '--host', '0.0.0.0'] | |||
#command: ['/app/.venv/bin/python3', 'main.py', '--host', '0.0.0.0'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if the commented out lines are no longer needed, I would remove them to tidy up the file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.Deleted the commented lines.
Signed-off-by: Deniz Deli <[email protected]>
No description provided.