We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62e054 commit a72705fCopy full SHA for a72705f
run_docker_image.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
# This script is used to run the docker image. Change or remove GPU flag if you dont have nvidia-docker or the needed GPUs
4
-docker run --rm -it -p 8888:8888 --gpus all -v "${PWD}":/workspace dalle-mini:latest
+docker run --rm --name dallemini -it -p 8888:8888 --gpus all -v "${PWD}":/workspace dalle-mini:latest
0 commit comments