You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for developing anglerfish! I've managed to install and run it locally, but can't seem to build the docker image from the dockerfile. I'm using a Mac with an M3 chip. When I try docker build -t anglerfish . It gets partway through the build then fails at the micromamba install step (error below)
ERROR: failed to solve: process "/usr/local/bin/_dockerfile_shell.sh micromamba install -y -n base -f /environment.tmp.yml && micromamba clean --all --yes" did not complete successfully: exit code: 1
I appreciate any guidance you can provide,
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for developing anglerfish! I've managed to install and run it locally, but can't seem to build the docker image from the dockerfile. I'm using a Mac with an M3 chip. When I try
docker build -t anglerfish .
It gets partway through the build then fails at the micromamba install step (error below)ERROR: failed to solve: process "/usr/local/bin/_dockerfile_shell.sh micromamba install -y -n base -f /environment.tmp.yml && micromamba clean --all --yes" did not complete successfully: exit code: 1
I appreciate any guidance you can provide,
Thanks!
The text was updated successfully, but these errors were encountered: