Build and push Docker images #240
main-workflow.yml
on: schedule
base
/
matrix_prep
5s
Matrix: base / docker
Matrix: python-minimal / docker
Matrix: r-minimal / docker
Matrix: pyspark / docker
Matrix: python-datascience / docker
Matrix: python-pytorch / docker
Matrix: python-tensorflow / docker
Matrix: r-datascience / docker
Matrix: r-python-julia / docker
Matrix: sparkr / docker
Matrix: jupyter-pyspark / docker
Matrix: vscode-pyspark / docker
Matrix: jupyter-python / docker
Matrix: vscode-python / docker
Matrix: jupyter-pytorch / docker
Matrix: vscode-pytorch / docker
Matrix: jupyter-tensorflow / docker
Matrix: vscode-tensorflow / docker
Matrix: jupyter-r / docker
Matrix: rstudio / docker
Matrix: vscode-r-python-julia / docker
Matrix: rstudio-sparkr / docker
Annotations
2 errors
jupyter-r / docker (r-datascience-delim-r4.2.3, jupyter-r-delim-r4.2.3, 4.2.3)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c /opt/install-jupyterlab.sh && pip3 install --pre jupyterlab-git==0.50.0rc0 && if command -v julia && [ -n \"$MAMBA_DIR\" ]; then julia -e 'using Pkg; pkg\"add IJulia\"; pkg\"precompile\"' && mv \"${HOME}/.local/share/jupyter/kernels/julia\"* \"${MAMBA_DIR}/share/jupyter/kernels/\"; fi && if command -v R; then R -e \"install.packages('IRkernel'); IRkernel::installspec()\"; fi && jupyter server --generate-config && chown -R ${USERNAME}:${GROUPNAME} ${HOME} ${MAMBA_DIR} && jupyter lab clean && rm -rf /var/lib/apt/lists/* && if command -v mamba; then mamba clean --all -f -y; fi" did not complete successfully: exit code: 127
|
jupyter-r / docker (r-datascience-delim-r4.3.1, jupyter-r-delim-r4.3.1, 4.3.1)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c /opt/install-jupyterlab.sh && pip3 install --pre jupyterlab-git==0.50.0rc0 && if command -v julia && [ -n \"$MAMBA_DIR\" ]; then julia -e 'using Pkg; pkg\"add IJulia\"; pkg\"precompile\"' && mv \"${HOME}/.local/share/jupyter/kernels/julia\"* \"${MAMBA_DIR}/share/jupyter/kernels/\"; fi && if command -v R; then R -e \"install.packages('IRkernel'); IRkernel::installspec()\"; fi && jupyter server --generate-config && chown -R ${USERNAME}:${GROUPNAME} ${HOME} ${MAMBA_DIR} && jupyter lab clean && rm -rf /var/lib/apt/lists/* && if command -v mamba; then mamba clean --all -f -y; fi" did not complete successfully: exit code: 127
|