This message was deleted.
# ask-for-help
s
This message was deleted.
m
Copy code
#14 ERROR: executor failed running [/bin/sh -c set -eux &&     if [ -f /home/bentoml/bento/env/conda/environment.yml ]; then       echo "Updating conda base environment with environment.yml";       /opt/conda/bin/conda config --set pip_interop_enabled True;       /opt/conda/bin/conda env update -n base -f /home/bentoml/bento/env/conda/environment.yml;       /opt/conda/bin/conda clean --all;     fi]: exit code: 1
------
 > [base-container  9/12] RUN --mount=type=cache,target=/opt/conda/pkg set -eux &&     if [ -f /home/bentoml/bento/env/conda/environment.yml ]; then       echo "Updating conda base environment with environment.yml";       /opt/conda/bin/conda config --set pip_interop_enabled True;       /opt/conda/bin/conda env update -n base -f /home/bentoml/bento/env/conda/environment.yml;       /opt/conda/bin/conda clean --all;     fi:
------
executor failed running [/bin/sh -c set -eux &&     if [ -f /home/bentoml/bento/env/conda/environment.yml ]; then       echo "Updating conda base environment with environment.yml";       /opt/conda/bin/conda config --set pip_interop_enabled True;       /opt/conda/bin/conda env update -n base -f /home/bentoml/bento/env/conda/environment.yml;       /opt/conda/bin/conda clean --all;     fi]: exit code: 1

Encountered exception while trying to building image: Command '['/usr/local/bin/docker', 'build', '--no-cache', '--progress', 'plain', '--tag', 'feed_ranker:z7xom4fq72ui3bso', '--file', '/private/var/folders/6c/g8v941fx29jg6jyc8n72c2sr0000gp/T/tmpazg403wrfsTempFS/env/docker/Dockerfile', '/var/folders/6c/g8v941fx29jg6jyc8n72c2sr0000gp/T/tmpazg403wrfsTempFS/']' returned non-zero exit status 1.
Traceback (most recent call last):
  File "/Users/meghna/opt/anaconda3/envs/bento/lib/python3.10/site-packages/bentoml/_internal/container/__init__.py", line 220, in build
    return builder.build(**kwargs)
  File "/Users/meghna/opt/anaconda3/envs/bento/lib/python3.10/site-packages/bentoml/_internal/container/base.py", line 196, in build
    raise BentoMLException(str(e)) from None
bentoml.exceptions.BentoMLException: Command '['/usr/local/bin/docker', 'build', '--no-cache', '--progress', 'plain', '--tag', 'feed_ranker:z7xom4fq72ui3bso', '--file', '/private/var/folders/6c/g8v941fx29jg6jyc8n72c2sr0000gp/T/tmpazg403wrfsTempFS/env/docker/Dockerfile', '/var/folders/6c/g8v941fx29jg6jyc8n72c2sr0000gp/T/tmpazg403wrfsTempFS/']' returned non-zero exit status 1.
a
hi there, can you give us the full stacktrace?