FROM deepnote/python:3.9-conda AS build RUN apt-get update && apt-get install -y zsh && zsh RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" RUN (echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /root/.profile RUN eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" RUN brew install git-lfs RUN git lfs install RUN pip install fschat