Update Dockerfile #9
Annotations
1 error
|
build-and-push
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c curl -LsSf https://astral.sh/uv/install.sh | sh && mkdir -p ~/.config/uv && printf '[tool.uv]\\nindex-url = \"https://mirrors.aliyun.com/pypi/simple\"\\n' > ~/.config/uv/uv.toml && conda create -n py${PYTHON_VERSION} python=${PYTHON_VERSION} -y && uv pip install --python=${CONDA_DIR}/envs/py${PYTHON_VERSION}/bin/python numpy pandas matplotlib && echo \"conda activate py${PYTHON_VERSION}\" >> ~/.bashrc" did not complete successfully: exit code: 2
|