Closed bb1 closed 4 weeks ago
This isn't an issue with cog. It looks like your docker can't retrieve the metadata about the dockerfile format from docker.io
. Have you tried a docker logout
and docker login
to reauthenticate to docker.io
?
Closing this issue as this isn't a problem with cog.
The generator in this line adds a comment which prevent Docker from running the file: https://github.com/replicate/cog/blob/72d7d50fdc987a601ab617c2910a11af784be6b4/pkg/dockerfile/generator.go#L164 It looks like Docker is interpreting this as the FROM part. Can someone just remove this? Am I the only one affected?
I tried v0.11.3 and v0.11.0 on Ubuntu.