Skip to content

Commit a72705f

Browse files
feat(docker): set container name (#237)
1 parent f62e054 commit a72705f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_docker_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# 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
4+
docker run --rm --name dallemini -it -p 8888:8888 --gpus all -v "${PWD}":/workspace dalle-mini:latest

0 commit comments

Comments
 (0)