darknet icon indicating copy to clipboard operation
darknet copied to clipboard

Dockerfile contains typos & references removed image

Open patrickjdarrow opened this issue 2 months ago • 0 comments

Removed image

When using docker compose run yolo-gpu bash:

yolo-gpu Warning pull access denied for yolo, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

From Dockerfile.gpu:

FROM nvidia/cuda:11.6.0-cudnn8-devel-ubuntu20.04 AS builder

No images found for 11.6.0 on Docker hub: image

Additionally:

Replacing 11.6.0 with 11.6.1 allows docker compose to complete ~~but I am currently testing training~~ and training was also successful.

Typo in Dockerfile

When using docker compose run yolo-gpu bash:

 => ERROR [yolo-gpu builder 8/9] RUN rm Docker-compose.yml                                                                                                                        0.4s 

Should be docker-compose.yml.

patrickjdarrow avatar Apr 16 '24 05:04 patrickjdarrow