NVIDIA / FastPhotoStyle

Style transfer, deep learning, feature transform
Other
11.11k stars 1.2k forks source link

Docker build fails #106

Open Mazuzel opened 3 years ago

Mazuzel commented 3 years ago

Hi! The docker image fails to build. We get this issue during step 12:

Step 12/16 : RUN conda install -y -c anaconda pip ---> Running in 15c22eca2c92 Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... The environment is inconsistent, please check the package plan carefully The following packages are causing the inconsistency:

zblenlighten commented 3 years ago

Hi @Mazuzel,

I faced the same issue, as I add the command into Dockerfile

RUN conda install python=3.5

all the consistencies fixed.

Reference: https://github.com/conda/conda/issues/8490