Skip to content

Commit

Permalink
Issue iot-salzburg#42 Add support for GPU in Docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
edurenye committed Feb 13, 2021
1 parent 488ebea commit 5d88e30
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 5d88e30

Please sign in to comment.