Shashwat Agarwal
Shashwat Agarwal

Reputation: 3

Docker anaconda manifest not found

I am trying to run docker file but it says this on step 1/6

''' manifest for continuumio/anaconda3:4.9.2 not found: manifest unknown: manifest unknown '''

This is the error it is showing

Upvotes: 0

Views: 186

Answers (1)

nunohpinheiro
nunohpinheiro

Reputation: 2269

I believe you are getting such message because that tag is not available in Docker Hub. Choosing another image version may solve your problem :)

You can check the available continuumio/anaconda3 tags here https://hub.docker.com/r/continuumio/anaconda3/tags?page=1&ordering=last_updated

Upvotes: 1

Related Questions