Open cconsta1 opened 3 years ago
Hi,
While running your project on a Mac, I was receiving a lot of errors while building the image but changing the first line of the Dockerfile from FROM continuumio/anaconda3:4.4.0 to FROM continuumio/anaconda3 saves the day
Dockerfile
FROM continuumio/anaconda3:4.4.0
FROM continuumio/anaconda3
Hi,
While running your project on a Mac, I was receiving a lot of errors while building the image but changing the first line of the
Dockerfile
fromFROM continuumio/anaconda3:4.4.0
toFROM continuumio/anaconda3
saves the day