An open API service indexing awesome lists of open source software.

https://github.com/rodrigo-arenas/spacy_docker_gpu

Minimal project to test Spacy with GPU using Docker
https://github.com/rodrigo-arenas/spacy_docker_gpu

Last synced: about 2 months ago
JSON representation

Minimal project to test Spacy with GPU using Docker

Awesome Lists containing this project

README

          

# spacy_docker_gpu
Minimal project to test Spacy with GPU using Docker

Create Docker Image

`docker build -t cupy_api .`

Run Docker Container

`docker run --gpus all -p 5501:5501 cupy_api`