Dockerfile incorporated for exposing the API#36
Dockerfile incorporated for exposing the API#36argoyal wants to merge 2 commits intogogsbread:masterfrom
Conversation
|
Thanks a lot |
|
The gist is no longer, so the following docker build step will certainly fail: So I have to pull your prebuilt docker hub image to get the source now. :( Edit: |
I will update the Dockerfile with the new URL. Thanks. |
changed the url for gist
|
Hello everyone on this thread, I have updated the Dockerfile with the latest URL to the gist. I haven't raised a pull request further because the previous pull request is still pending. You can get the Dockerfile from my forked repository. |
|
@argoyal Hey, I tried to pull the dockerfile, but i am getting |
|
@Akashtyagi minor correction, you pull a docker image and not a docker file and I understand that you are unable to pull that docker image. The reason is that docker's official hub changed guidelines for an organization in 2023 so we had to remove all the repositories hosted there. "spotmentor" was configured as an organization and therefore you are not able to pull You can still clone the entire repository and try and run
|
Created an endpoint in Flask to expose the service over network.