opened 03:34PM - 18 Oct 22 UTC
## Installation with conda not working.
```Dockerfile
FROM continuumio/anaco…nda3
RUN conda update conda
RUN conda create -c conda-forge -n pymc_env "pymc>=4"
```
```docker-compose.yml
services:
conda_py39:
build:
context: ./conda_py39
dockerfile: Dockerfile
restart: always
```
<details><summary>Complete error traceback</summary>
[+] Building 73.8s (7/7) FINISHED
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 1.67kB 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/continuumio/anaconda3:latest 2.3s
=> [auth] continuumio/anaconda3:pull token for registry-1.docker.io 0.0s
=> [1/3] FROM docker.io/continuumio/anaconda3@sha256:08693c4464a4d9e3b5db504b79fda74130b9715ba9fc3978476179599043fda1 0.0s
=> CACHED [2/3] RUN conda update conda 0.0s
=> ERROR [3/3] RUN conda create -c conda-forge -n pymc_env "pymc>=4" 71.2s
[3/3] RUN conda create -c conda-forge -n pymc_env "pymc>=4":
#0 3.977 Collecting package metadata (current_repodata.json): ...working... done
#0 14.51 Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
#0 15.50 Collecting package metadata (repodata.json): ...working... done
#0 68.11 UnsatisfiableError:
#0 68.11
#0 68.11
#0 68.11 Found conflicts! Looking for incompatible packages.
#0 68.11 This can take several minutes. Press CTRL-C to abort.
#0 68.11 failed
failed to solve: executor failed running [/bin/sh -c conda create -c conda-forge -n pymc_env "pymc>=4"]: exit code: 1
</details>
## Versions and main components
* PyMC/PyMC3 Version: None
* Aesara/Theano Version: None
* Python Version: None
* Operating system: Monterey/MacBook Air(M1)
* How did you install PyMC/PyMC3: conda
* Docker Desktop: 4.12.0