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

The app does not proceed ahead of "[_app.py:23] Waiting for batch size search to finish." when running the docker container on Mac os. #31

Closed
DSOCT18 opened this issue May 7, 2022 · 1 comment

Comments

@DSOCT18
Copy link

DSOCT18 commented May 7, 2022

Trying to run the yolo recipe in docker container using the "notaitech/temp:fastdeploy_license" image on Mac OS.

System Specifications -
System Version: macOS 12.3 (21E230)
Kernel Version: Darwin 21.4.0
Boot Volume: Macintosh HD
Boot Mode: Normal

Model Name: MacBook Pro
Model Identifier: MacBookPro18,3
Chip: Apple M1 Pro
Total Number of Cores: 8 (6 performance and 2 efficiency)
Memory: 16 GB


The app doesn't proceed ahead of the following output

2022-05-02:16:10:39,667 INFO [_utils.py:67] REQUEST_INDEX: /recipe/fastdeploy_dbs/default.request_index RESULTS_INDEX: /recipe/fastdeploy_dbs/default.results_cache META_INDEX: /recipe/fastdeploy_dbs/default.META_INDEX IS_FILE_INPUT: True FASTDEPLOY_UI_PATH: /home/user/miniconda/lib/python3.9/site-packages/fastdeploy/fastdeploy-ui
2022-05-02:16:10:40,988 INFO [_utils.py:67] REQUEST_INDEX: /recipe/fastdeploy_dbs/default.request_index RESULTS_INDEX: /recipe/fastdeploy_dbs/default.results_cache META_INDEX: /recipe/fastdeploy_dbs/default.META_INDEX IS_FILE_INPUT: True FASTDEPLOY_UI_PATH: /home/user/miniconda/lib/python3.9/site-packages/fastdeploy/fastdeploy-ui
2022-05-02:16:10:40,992 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:10:46,5 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:10:47,400 INFO [_loop.py:25] ACCEPTS_EXTRAS: False
2022-05-02:16:10:47,403 INFO [_utils.py:97] Warming up ..
2022-05-02:16:10:51,9 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:10:56,24 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:01,35 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:06,42 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:11,53 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:16,64 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:21,75 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:26,82 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:31,94 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:36,105 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:41,117 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:46,130 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:51,143 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:11:56,153 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:12:01,161 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:12:06,169 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:12:11,177 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:12:16,186 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:12:21,194 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:12:26,201 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:12:31,214 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:12:36,228 INFO [_app.py:23] Waiting for batch size search to finish.
2022-05-02:16:12:41,236 INFO [_app.py:23] Waiting for batch size search to finish.

@bedapudi6788
Copy link
Contributor

The provider docker image is x86. You will have to build your own arm image.

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