Open Docker Building via URL #59
Annotations
1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c /opt/conda/bin/mamba create -n dev python=${PYTHON_VERSION} && CONDA_INSTALL=\"/opt/conda/bin/mamba install -n dev -y\" && /opt/conda/bin/mamba clean -afy && echo 'Conda Install Done!' && PIP_INSTALL=\"/opt/conda/envs/dev/bin/pip install --no-cache-dir\" && $PIP_INSTALL -r https://gitlab.com/chenyaofo/dockerfiles/-/raw/main/python-packages/pytorch/torch2.1.2-cu118 && $PIP_INSTALL -r https://gitlab.com/chenyaofo/dockerfiles/-/raw/main/python-packages/dali/cu11x && $PIP_INSTALL -r https://gitlab.com/chenyaofo/dockerfiles/-/raw/main/python-packages/huggingface && $PIP_INSTALL -r https://gitlab.com/chenyaofo/dockerfiles/-/raw/main/python-packages/common && $PIP_INSTALL -r https://gitlab.com/chenyaofo/dockerfiles/-/raw/main/python-packages/deepspeed && DS_REPORT=\"/opt/conda/envs/dev/bin/ds_report\" && $DS_REPORT && PIP_LIST=\"/opt/conda/envs/dev/bin/pip list\" && $PIP_LIST && echo \"PIP Install Done!\" && git clone --depth 1 https://github.com/microsoft/DeepSpeedExamples && cp -r DeepSpeedExamples/benchmarks /opt/conda/envs/dev/lib/python$PYTHON_VERSION/site-packages/ && rm -rf DeepSpeedExamples" did not complete successfully: exit code: 1
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|