Skip to content

Commit

Permalink
fixed a bug in GPU deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
lext committed Nov 27, 2019
1 parent 8c4d2e8 commit 88e0694
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/docker-compose-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ services:
source: ../snapshots_knee_grading/ # The snapshots are stored in the root directory
target: /snapshots/
read_only: true
- type: bind
source: ../logs
target: /logs/
environment:
- KNEEL_ADDR=http://kneel:5000
entrypoint: ["python", "-m", "ouludeepknee.inference.app",
"--snapshots_path", "/snapshots/",
"--device", "cuda", "--deploy", "True",
"--port", "5001", "--logs", "/logs/deepknee-cpu.log"]
"--port", "5001", "--logs", "/logs/deepknee-gpu.log"]

0 comments on commit 88e0694

Please sign in to comment.