mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 20:57:59 +08:00
9 lines
179 B
Docker
9 lines
179 B
Docker
FROM python:3.9
|
|
|
|
RUN pip install cellxgene-gateway 'MarkupSafe<2.1'
|
|
|
|
ENV CELLXGENE_DATA=/cellxgene-data
|
|
ENV CELLXGENE_LOCATION=/usr/local/bin/cellxgene
|
|
|
|
CMD ["cellxgene-gateway"]
|