-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Building on an Azure VM:
=> ERROR [25/45] RUN ["conda", "install", "-n", "fod", "torchvision=0.6.0", "-y"] 37.1s
------
> [25/45] RUN ["conda", "install", "-n", "fod", "torchvision=0.6.0", "-y"]:
#0 0.714 Collecting package metadata (current_repodata.json): ...working... done
#0 7.578 Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
#0 7.580 Collecting package metadata (repodata.json): ...working... done
#0 32.69 Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
#0 32.70
#0 32.70 PackagesNotFoundError: The following packages are not available from current channels:
#0 32.70
#0 32.70 - torchvision=0.6.0
#0 32.70
#0 32.70 Current channels:
#0 32.70
#0 32.70 - https://conda.anaconda.org/pytorch/linux-64
#0 32.70 - https://conda.anaconda.org/pytorch/noarch
#0 32.70 - https://conda.anaconda.org/conda-forge/linux-64
#0 32.70 - https://conda.anaconda.org/conda-forge/noarch
#0 32.70 - https://conda.anaconda.org/esri/linux-64
#0 32.70 - https://conda.anaconda.org/esri/noarch
#0 32.70 - https://repo.anaconda.com/pkgs/main/linux-64
#0 32.70 - https://repo.anaconda.com/pkgs/main/noarch
#0 32.70 - https://repo.anaconda.com/pkgs/r/linux-64
#0 32.70 - https://repo.anaconda.com/pkgs/r/noarch
#0 32.70
#0 32.70 To search for alternate channels that may provide the conda package you're
#0 32.70 looking for, navigate to
#0 32.70
#0 32.70 https://anaconda.org
#0 32.70
#0 32.70 and use the search bar at the top of the page.
#0 32.70
#0 32.70
------
Dockerfile:129
--------------------
127 |
128 | RUN ["conda", "install", "-n", "fod", "pytorch==1.5.0", "-y"]
129 | >>> RUN ["conda", "install", "-n", "fod", "torchvision=0.6.0", "-y"]
130 | RUN ["conda", "install", "-n", "fod", "cudatoolkit=10.2", "-y"]
131 |
--------------------
ERROR: failed to solve: process "conda install -n fod torchvision=0.6.0 -y" did not complete successfully: exit code: 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working