Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build frozen #75

Open
AlexanderKozhevin opened this issue Mar 15, 2019 · 2 comments
Open

Docker build frozen #75

AlexanderKozhevin opened this issue Mar 15, 2019 · 2 comments

Comments

@AlexanderKozhevin
Copy link

I'm trying to build docker image.
But everytime it's stocked on step 12.

Step 11/16 : RUN conda install -y pytorch=0.4.1 torchvision cuda91 -c pytorch
 ---> Running in 79a08f6afcdc
Fetching package metadata .............
Solving package specifications: .

Package plan for installation in environment /opt/anaconda3:

The following NEW packages will be INSTALLED:

    blas:        1.0-mkl                                      
    cuda91:      1.0-h4c16780_0                        pytorch
    ninja:       1.8.2-py36h6bb024c_1                         
    pytorch:     0.4.1-py36_py35_py27__9.0.176_7.1.2_2 pytorch
    torchvision: 0.2.1-py_2                            pytorch

The following packages will be UPDATED:

    anaconda:    5.0.1-py36hd30a520_1                          --> custom-py36hbbc8b67_0
    conda:       4.3.30-py36h5d9f9f4_0                         --> 4.6.8-py36_0         
    conda-env:   2.6.0-h36134e3_1                              --> 2.6.0-1              
    pycosat:     0.6.2-py36h1a0ea17_1                          --> 0.6.3-py36h14c3975_0 

blas-1.0-mkl.t 100% |###############################| Time: 0:00:00   4.96 MB/s
conda-env-2.6. 100% |###############################| Time: 0:00:00   3.94 MB/s
cuda91-1.0-h4c 100% |###############################| Time: 0:00:00   3.49 MB/s
anaconda-custo 100% |###############################| Time: 0:00:00   5.84 MB/s
ninja-1.8.2-py 100% |###############################| Time: 0:00:00  37.70 MB/s
pycosat-0.6.3- 100% |###############################| Time: 0:00:00  40.20 MB/s
pytorch-0.4.1- 100% |###############################| Time: 0:00:22  21.77 MB/s
torchvision-0. 100% |###############################| Time: 0:00:00  17.99 MB/s
conda-4.6.8-py 100% |###############################| Time: 0:00:00  38.25 MB/s
Removing intermediate container 79a08f6afcdc
 ---> f73722974e7f
Step 12/16 : RUN conda install -y -c anaconda pip
 ---> Running in 2a75a902441d
Collecting package metadata: ...working... done
Solving environment: ...working...  
@TheIllusion
Copy link

I am also facing with this issue.
Does anyone know how to fix this?

@mchalecki
Copy link

There are some problems with conda. For this problem you need to change channel. Also the next step of installing opencv is also not working. You need to install it following way

RUN conda install -y  --override-channels -c main pip
RUN pip install opencv-python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants