Ask any question about QuantStack projects: xtensor, xeus, voila, Jupyter widgets, mamba
https://studmed.uio.no/voila/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/files/static/require.min.js
ERR_TOO_MANY_REDIRECTS
compilers
from conda-forge for a quick way to get them
export LDFLAGS="$LDFLAGS -pthread
may work
Hi all, I'm trying to use micromamba inside a Dockerfile and am having difficulty. The file:
FROM ubuntu:18.04
RUN apt-get update && apt-get install --yes wget
RUN wget -q -O - https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba && \
./bin/micromamba shell init --shell bash --prefix ~/micromamba && \
echo "micromamba activate" >> ~/.bashrc
RUN micromamba install --name base --yes numpy -c conda-forge
and the result of building:
Step 4/4 : RUN micromamba install --name base --yes numpy -c conda-forge
---> Running in 792a0331ab4c
__
__ ______ ___ ____ _____ ___ / /_ ____ _
/ / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/
/ /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /
/ .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/
/_/
WARNING 'root_prefix' set with default value: /root/micromamba
ERROR Could not use default 'root_prefix': /root/micromamba
ERROR Directory exists, is not empty and not a conda prefix.
The command '/bin/sh -c micromamba install --name base --yes numpy -c conda-forge' returned a non-zero code: 1
micromamba