-
Notifications
You must be signed in to change notification settings - Fork 53
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
Labels
bug
Something isn't working
Comments
@MauryaRitesh can you check if the retinanet model has been downloaded? |
It was downloaded, all the steps till 35 ran successfully.
|
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
For an end-user, the command
docker image build ./
doesn't work properlyThe 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:
git clone https://github.com/pymit/Rekognition
docker image build ./
Expected behavior
It should be able to build and run the image without any error.
Screenshots
Desktop:
The text was updated successfully, but these errors were encountered: