Explorar el Código

update Dockerfile

5.0
Glenn Jocher hace 4 años
padre
commit
c80b249e67
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Dockerfile

+ 2
- 2
Dockerfile Ver fichero

@@ -25,10 +25,10 @@ COPY . /usr/src/app
# t=ultralytics/yolov5:latest && sudo docker build -t $t . && sudo docker push $t

# Pull and Run
# t=ultralytics/yolov5:latest && sudo docker pull $t && sudo docker run -it --ipc=host $t bash
# t=ultralytics/yolov5:latest && sudo docker pull $t && sudo docker run -it --ipc=host $t

# Pull and Run with local directory access
# t=ultralytics/yolov5:latest && sudo docker pull $t && sudo docker run -it --ipc=host --gpus all -v "$(pwd)"/coco:/usr/src/coco $t bash
# t=ultralytics/yolov5:latest && sudo docker pull $t && sudo docker run -it --ipc=host --gpus all -v "$(pwd)"/coco:/usr/src/coco $t

# Kill all
# sudo docker kill "$(sudo docker ps -q)"

Cargando…
Cancelar
Guardar