Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yuhj95
/
resshift
like
1
Runtime error
App
Files
Files
Community
main
resshift
/
docker
/
docker_run.sh
yuhj95
Upload folder using huggingface_hub
4730cdc
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
181 Bytes
#!/bin/bash
# Run the Docker container
docker run -it \
--gpus all \
--shm-size=8g \
--name resshift_container \
-v
$PWD
/..:/resshift \
resshift \
/bin/bash