FROM ghcr.io/napari/napari-xpra:sha-b057d7b

# install cellpose-counter plugin
RUN pip install --upgrade pip && \
    pip install cellpose-counter


