Dockerfile incorporated for exposing the API - #36
Conversation
gowthamgts
commented
Feb 10, 2018
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: |
argoyal
commented
Dec 13, 2018
I will update the Dockerfile with the new URL. Thanks. |
changed the url for gist
argoyal
commented
Jan 20, 2019
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. |
Akashtyagi
commented
Nov 21, 2020
@argoyal Hey, I tried to pull the dockerfile, but i am getting |
argoyal
commented
Feb 21, 2024
@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.