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

Docker Image Build Fails #192

Open
MauryaRitesh opened this issue Apr 15, 2022 · 3 comments
Open

Docker Image Build Fails #192

MauryaRitesh opened this issue Apr 15, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@MauryaRitesh
Copy link

For an end-user, the command docker image build ./ doesn't work properly
The docker file doesn't create a virtual environment and it is also not able to download the models.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the Repository: git clone https://github.com/pymit/Rekognition
  2. Run: docker image build ./

Expected behavior
It should be able to build and run the image without any error.

Screenshots
Screenshot from 2022-04-14 23-47-13

Desktop:

  • OS Name: Ubuntu 20.04.4 LTS
  • OS Type: 64-bit
@MauryaRitesh MauryaRitesh added the bug Something isn't working label Apr 15, 2022
@PulkitMishra
Copy link
Collaborator

@MauryaRitesh can you check if the retinanet model has been downloaded?

@MauryaRitesh
Copy link
Author

It was downloaded, all the steps till 35 ran successfully.

 ---> 79a5ec701e8e
Step 35/40 : COPY . .
 ---> 4b4c1c6e3088
Step 36/40 : RUN tensorflow_model_server --port=8500 --rest_api_port=8501 --model_config_file=$(pwd)/corelib/model/tfs/model_volume/configs/models.conf
 ---> Running in bfe760d5fce2
2022-04-16 16:22:51.150242: I tensorflow_serving/model_servers/server_core.cc:465] Adding/updating models.
2022-04-16 16:22:51.150887: I tensorflow_serving/model_servers/server_core.cc:594]  (Re-)adding model: retinanet
2022-04-16 16:22:51.150941: I tensorflow_serving/model_servers/server_core.cc:594]  (Re-)adding model: places
2022-04-16 16:22:51.150981: I tensorflow_serving/model_servers/server_core.cc:594]  (Re-)adding model: tbpp
2022-04-16 16:22:51.151005: I tensorflow_serving/model_servers/server_core.cc:594]  (Re-)adding model: fer2013
2022-04-16 16:22:51.151030: I tensorflow_serving/model_servers/server_core.cc:594]  (Re-)adding model: nsfw
2022-04-16 16:22:51.151055: I tensorflow_serving/model_servers/server_core.cc:594]  (Re-)adding model: crnn_syn90k_saved_model
2022-04-16 16:22:51.151085: I tensorflow_serving/model_servers/server_core.cc:594]  (Re-)adding model: yolov3
2022-04-16 16:22:51.151111: I tensorflow_serving/model_servers/server_core.cc:594]  (Re-)adding model: east
2022-04-16 16:22:51.373502: E tensorflow_serving/sources/storage_path/file_system_storage_path_source.cc:365] FileSystemStoragePathSource encountered a filesystem access error: Could not find base path /home/models/retinanet for servable retinanet with error NOT_FOUND: /home/models/retinanet not found

@ignaciochemes
Copy link

I have the same problem, I can't make the image build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants