Skip to content

Commit

Permalink
[sound-spleeter] Using GPU.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgontijo committed May 15, 2020
1 parent b750296 commit e365f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/sound-spleeter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM tensorflow/tensorflow:1.15.2-gpu-py3

ARG git_owner="singnet"
ARG git_repo="dnn-model-services"
Expand Down
2 changes: 1 addition & 1 deletion services/sound-spleeter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio>=1.14.2
grpcio-tools>=1.14.1
requests==2.20.0
spleeter
spleeter-gpu
pydub==0.23.1

0 comments on commit e365f1c

Please sign in to comment.