Implement pip upgrade to Dockerfile

This commit is contained in:
Nico Trummer
2024-02-21 09:47:46 +01:00
committed by GitHub
parent 9d10932b06
commit a8f6e45f34
+2 -1
View File
@@ -1,6 +1,7 @@
FROM python:3.9
RUN pip install cellxgene-gateway 'MarkupSafe<2.1'
RUN pip install --upgrade pip \
&& pip install cellxgene-gateway 'MarkupSafe<2.1'
ENV CELLXGENE_DATA=/cellxgene-data
ENV CELLXGENE_LOCATION=/usr/local/bin/cellxgene