Thiago Hersan
commited on
Commit
•
5077eff
1
Parent(s):
751904c
command and options to run docker
Browse files- run_docker.sh +2 -0
run_docker.sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
docker run -e HFTOKEN="$(cat ~/.cache/huggingface/token)" -p 7860:7860 --name tree_con tree_img
|
2 |
+
# docker run -e HFTOKEN="$(cat ~/.cache/huggingface/token)" -p 7860:7860 --rm -it --entrypoint bash tree_img
|