Skip to content

Commit

Permalink
Added GPUtil to DVAP's dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeKessinger committed Nov 11, 2022
1 parent 5f131b7 commit 19cf041
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/Dockerfile.DVAP
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git && \
rm -rf /var/lib/apt/lists/*

################################################################################
### gputil for CPU/GPU toggling
RUN pip install gputil

################################################################################
### @wenguanwang's implementation depends on HED's caffe.

Expand Down

0 comments on commit 19cf041

Please sign in to comment.