mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-27 15:58:12 +08:00
Implement pip upgrade to Dockerfile
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user