Skip to content

Update Dockerfile

Update Dockerfile #5

Triggered via push September 9, 2025 12:52
Status Failure
Total duration 1m 39s
Artifacts
Fit to window
Zoom out
Zoom in

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 && echo -e '[tool.uv]\\nindex-url = \"https://mirrors.aliyun.com/pypi/simple\"' > ~/.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 scikit-learn jupyterlab requests && echo \"conda activate py${PYTHON_VERSION}\" >> ~/.bashrc" did not complete successfully: exit code: 2