We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The build of the binder image fails.
The binder image builds so that I can run the examples
The (relevant part of the) build logs for the failing image:
---> 6b8ccf6e6d12 Step 39/52 : RUN TIMEFORMAT='time: %3R' bash -c 'time ${MAMBA_EXE} env update -p ${NB_PYTHON_PREFIX} --file "binder/environment.yml" && time ${MAMBA_EXE} clean --all -f -y && ${MAMBA_EXE} list -p ${NB_PYTHON_PREFIX} ' ---> Running in fede12885871 Channels: - conda-forge - defaults Platform: linux-64 Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... �[91mbash: line 1: 8 Killed ${MAMBA_EXE} env update -p ${NB_PYTHON_PREFIX} --file "binder/environment.yml" time: 50.658 �[0m ---> Removed intermediate container fede12885871 The command '/bin/sh -c TIMEFORMAT='time: %3R' bash -c 'time ${MAMBA_EXE} env update -p ${NB_PYTHON_PREFIX} --file "binder/environment.yml" && time ${MAMBA_EXE} clean --all -f -y && ${MAMBA_EXE} list -p ${NB_PYTHON_PREFIX} '' returned a non-zero code: 137
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hydomt_fiat version checks
Reproducible Example
Current behaviour
The build of the binder image fails.
Desired behaviour
The binder image builds so that I can run the examples
Task list
Additional context
The (relevant part of the) build logs for the failing image:
The text was updated successfully, but these errors were encountered: