Skip to content

Commit

Permalink
Merge pull request #43 from edurenye/gpu-docker-compose
Browse files Browse the repository at this point in the history
Issue #42 Add support for GPU in Docker compose
Nice, thank you! :)
  • Loading branch information
ChristophSchranz committed Feb 13, 2021
2 parents 488ebea + 5d88e30 commit f2873f9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose.yml
@@ -1,7 +1,13 @@
version: "3.4"
version: "3.8"
services:
gpu-jupyter:
build: .build
deploy:
resources:
reservations:
devices:
- capabilities:
- gpu
ports:
- ${JUPYTER_PORT}:8888
volumes:
Expand Down

0 comments on commit f2873f9

Please sign in to comment.