Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
snicolau
/
PeopleRemover
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d12d5fa
PeopleRemover
/
lama
/
docker
/
build-cuda111.sh
snicolau
Upload 214 files
52a3d07
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
120 Bytes
#!/bin/bash
BASEDIR=
"
$(dirname $0)
"
docker build -t windj007/lama:cuda111 -f
"
$BASEDIR
/Dockerfile-cuda111"
"
$BASEDIR
"