caliban
caliban copied to clipboard
Research workflows made easy, locally and in the Cloud.
Bumps [mlflow](https://github.com/mlflow/mlflow) from 1.10.0 to 1.23.1. Release notes Sourced from mlflow's releases. MLflow 1.23.1 is a patch release containing the following bug fixes: [Models] Fix a directory creation failure when...
Hello! Thanks again for this great project. Running on a mac laptop, having installed caliban with pip, I tried the following: ``` $ caliban notebook --nogpu I0204 10:58:44.096491 4624354752 build.py:731]...
https://huntr.dev/users/B3EF has fixed the Arbitrary Code Execution vulnerability 🔨. Think you could fix a vulnerability like this? Get involved at https://huntr.dev/ Q | A Version Affected | ALL Bug Fix...
It would be convenient to have a Base Docker Image for Ubuntu 20.04 and CUDA 11.1, e.g. based on `nvidia/cuda:11.1-devel-ubuntu20.04`.
After discussing with @sritchie yesterday I looked into supporting Julia as language. I found the following: It is straightforward to install Julia into the directory that is packed up by...
Currently if a user runs `caliban shell` either on a Mac they get this message: ``` 'caliban shell' doesn't support GPU usage on Macs! Please pass --nogpu to use this...
In order to run jobs on GCP, google-auth needs to be installed within the caliban venv. It seems like this is not the case, and unless google-auth is specified in...
I am interested in using Caliban to manage jobs no HPC systems. These typically have a job manager such as [Slurm](https://slurm.schedmd.com), and are accessed via ssh instead of a web...
There's no reason we can't build an AWS backend, to make it easier to users to work with whatever tooling they currently have. I'm planning on spending some time organizing...
This PR adds support for mlflow reporting via `cloud_sql_proxy` in `caliban shell`.