In the image sha256:0d2b33615ef73f65cdb4a8534179f5cba38e5a21c41a52e90a12d4f00e373698 I forgot to install whole-body-estimators so I tried to regenerate a new image as follow
I create a docker container with
docker run -it --device=/dev/dri:/dev/dri --env="DISPLAY=$DISPLAY" --net=host condaforge/mambaforge:4.9.2-5
```
conda info
active environment : base
active env location : /opt/conda
shell level : 1
user config file : /root/.condarc
populated config files : /opt/conda/.condarc
conda version : 4.9.2
conda-build version : not installed
python version : 3.8.6.final.0
virtual packages : __glibc=2.31=0
__unix=0=0
__archspec=1=x86_64
base environment : /opt/conda (writable)
channel URLs : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
package cache : /opt/conda/pkgs
/root/.conda/pkgs
envs directories : /opt/conda/envs
/root/.conda/envs
platform : linux-64
user-agent : conda/4.9.2 requests/2.25.1 CPython/3.8.6 Linux/5.11.0-34-generic ubuntu/20.04.1 glibc/2.31
UID:GID : 0:0
netrc file : None
offline mode : False
```
On the other hand, the environment stored in the docker image ghcr.io/ami-iit/centroidal-mpc-walking-docker:latest works fine but the whole-body-estimators is not installed there
I'm trying to compile blf in a docker environment with conda to pack a simple experiment for https://github.com/ami-iit/centroidal-mpc-walking.
In the image
sha256:0d2b33615ef73f65cdb4a8534179f5cba38e5a21c41a52e90a12d4f00e373698
I forgot to installwhole-body-estimators
so I tried to regenerate a new image as followWhen I try to compile blf I got the following error
There seems there it a problem with casadi however,
Environment (
conda list
):Details about
conda
and system (conda info
):On the other hand, the environment stored in the docker image
ghcr.io/ami-iit/centroidal-mpc-walking-docker:latest
works fine but thewhole-body-estimators
is not installed thereYou can use it as
Environment (
conda list
):Details about
conda
and system (conda info
):cc @diegoferigo @S-Dafarra @traversaro