Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jrosell
/
ambhtmx.plotly
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4dd5cb1
ambhtmx.plotly
/
docker_rm.sh
jrosell
first
9ccff4d
5 months ago
raw
Copy download link
history
blame
Safe
198 Bytes
(docker container
rm
-f ambhtmx-plotly-container ||
true
) \
&& (docker rmi $(docker images --format
'{{.Repository}}:{{.ID}}'
| egrep
'ambhtmx-plotly-image'
|
cut
-d
':'
-f2 |
uniq
) --force ||
true
)