mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
10 lines
200 B
Docker
10 lines
200 B
Docker
FROM python:3.11
|
|
|
|
RUN pip install --upgrade pip
|
|
RUN pip install "cellxgene-gateway>=0.4"
|
|
|
|
ENV CELLXGENE_DATA=/cellxgene-data
|
|
ENV CELLXGENE_LOCATION=/usr/local/bin/cellxgene
|
|
|
|
CMD ["cellxgene-gateway"]
|