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