Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
divvun-tts
/
multi-sami
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
073f6eb
multi-sami
/
scripts
/
docker
/
interactive.sh
katrihiovain
initial commit
8146713
6 months ago
raw
Copy download link
history
blame
Safe
175 Bytes
#!/usr/bin/env bash
PORT=
${PORT:-8888}
docker run --gpus=all -it --
rm
-e CUDA_VISIBLE_DEVICES --ipc=host -p
$PORT
:
$PORT
-v
$PWD
:/workspace/fastpitch/ fastpitch:latest bash