Example Environments
This environment contains the OpenAI Python library along with Python 3.11 and a collection of tools that can be used to integrate ChatGPT into your workflow.
There is an activation hook that prompts for an API key if one is not found.
This environment contains PostgreSQL, along with a client you can use to connect to it. When you activate this environment with services enabled, a PostgreSQL server will be started.
FLAIM contains Diffusers and Transformers from Hugging Face, paired with Python 3.11 and an accelerated PyTorch. Together, all of this allows you to perform traning and inference repeatably across platforms and architectures. Upon activation, this environment will verify that CUDA or Metal acceleration is available.
This environment provides Ollama, allowing you to pull and run LLMs with ease. If you start this environment with services activated, it will start an Ollama server automatically.
This environment provides the Anthropic Python library, along with activation hooks that ensure that the API key is properly set. It also contains a small script that can be used to query Claude interactively from the command-line.
This environment contains Metabase, an analytics suite designed for easy setup and delightful user experience. If this environment is started with services activated, a Metabase server will be started in the background.
This environment shows how you can use Direnv with Flox to automatically activate and deactivate your environments, simply by cd-ing into and out of them. It also contains a utility function that can be used to enable auto-activation in your Flox projects.
Using this environment, you can start a Jupyter Notebook server and access notebooks in your current directory. When you are done, it leaves nothing behind.