Sign inSign up

bitplane1/voicefixer

By bitplane1

Updated about 3 years ago

Dockerized voicefixer

Image
0

251

bitplane1/voicefixer repository overview

Couldn't get this running, so I dockerized it:

https://github.com/haoheliu/voicefixer

Repo here,.

https://github.com/bitplane/voicefixer-docker/

This ought to work:

#!/bin/bash

GPU=''
nvidia-smi >/dev/null || GPU='--gpus all'

docker run $GPU -v$(pwd):/data -u $(id -u):$(id -g) bitplane1/voicefixer voicefixer $@

Tag summary

Content type

Image

Digest

sha256:cdd383760

Size

3.8 GB

Last updated

about 3 years ago

docker pull bitplane1/voicefixer