mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-27 11:28:11 +08:00
#79 add simple example to customize cellxgene-gateway ui
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FROM python:3.9
|
||||
|
||||
RUN pip install cellxgene-gateway 'MarkupSafe<2.1'
|
||||
|
||||
COPY customize_ui.sh customize_ui.sh
|
||||
RUN CELLXGENE_GATEWAY_DIR=/usr/local/lib/python3.9/site-packages/cellxgene_gateway . ./customize_ui.sh
|
||||
|
||||
ENV CELLXGENE_DATA=/cellxgene-data
|
||||
ENV CELLXGENE_LOCATION=/usr/local/bin/cellxgene
|
||||
EXPOSE 5005
|
||||
|
||||
CMD ["cellxgene-gateway"]
|
||||
Reference in New Issue
Block a user