Skip to content

Commit

Permalink
Implement pip upgrade to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru authored Feb 21, 2024
1 parent 9d10932 commit a8f6e45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a8f6e45

Please sign in to comment.