-
Notifications
You must be signed in to change notification settings - Fork 82
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
Want to provide a Docker version #1
Comments
+1 plz |
Coming soon !! |
Great |
@zsinba @BUJIDAOVS i have added docker support and along with that added skypilot as well |
Great. I'll try it right away |
I'm sorry I didn't get the result |
will test it out and get back to you |
I have updated the Docker image. docker pull savatar101/marker-api:0.2
# If you are running on a GPU
docker run --gpus all -p 8000:8000 savatar101/marker-api:0.2
# Otherwise
docker run -p 8000:8000 savatar101/marker-api:0.2 Let me know if everything works properly. In the next update, I will make the server more concurrent to handle multiple API requests simultaneously. |
thanks a lot. I will try. |
I used a 4090 GPU to convert a 17-page PDF (plain text type) and used about 27.37 seconds, is this time within the normal range? |
@adithya-s-k |
It is true, but the current image has 16G, and it will be larger, which is not convenient for later updates. |
Yep it takes about that much time to parse it currently working on it |
will create another docker image with the weights already present as an alternative but it might be around 20 to 25 gb in size |
Thanks a lot. |
Thank you, I have already found a way to avoid re-downloading when restarting the container.
This requires extracting the downloaded models from Docker to the host machine after the first successful startup. |
How do I install the Mac M1 Docker container? |
Detecting bboxes: 0%| | 0/4 [00:00<?, ?it/s][W NNPACK.cpp:61] Could not initialize NNPACK! Reason: Unsupported hardware. |
可以绑定主机名这个办法:
|
Use Docker to configure the environment and provide API services to facilitate confirmation and service. Thanks for contribution
The text was updated successfully, but these errors were encountered: