Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mumbert
/
automatic-audio-captioning-demo-dcase
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
automatic-audio-captioning-demo-dcase
/
docker_exec.sh
Martí Umbert
bash scripts to locally build and exec docker
0c1c489
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
#!/bin/bash
cmd=
"docker run --rm -it --entrypoint bash aac_demo_dcase"
echo
$cmd
&&
eval
$cmd