@@ -10,9 +10,6 @@ if [ -z "$OPENDEVIN_PYTHON_INTERPRETER" ] || [ ! -x "$OPENDEVIN_PYTHON_INTERPRE
exit 1
fi
-# use mamba to install c library
-/opendevin/miniforge3/bin/mamba install -y gcc
-
# Install dependencies
$OPENDEVIN_PYTHON_INTERPRETER -m pip install jupyterlab notebook jupyter_kernel_gateway