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
- Host: GitHub
- URL: https://github.com/rodrigo-arenas/spacy_docker_gpu
- Owner: rodrigo-arenas
- License: mit
- Created: 2023-07-27T17:06:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T18:16:19.000Z (about 2 years ago)
- Last Synced: 2025-04-03T02:32:23.590Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spacy_docker_gpu
Minimal project to test Spacy with GPU using DockerCreate Docker Image
`docker build -t cupy_api .`
Run Docker Container
`docker run --gpus all -p 5501:5501 cupy_api`