https://github.com/Ghadjeres/DeepBach
Raw File
Tip revision: 6d75cb940f3aa53e02f9eade34d58e472e0c95d7 authored by Gaetan Hadjeres on 17 August 2022, 09:49:52 UTC
Merge pull request #85 from andreasjansson/upgrade-cog
Tip revision: 6d75cb9
entrypoint.sh
#!/bin/bash

source activate deepbach_pytorch
LC_ALL=C.UTF-8 LANG=C.UTF-8 python flask_server.py "$@"
back to top