Skip to content

Commit

Permalink
Merge pull request #88 from Mye-InfoBank/master
Browse files Browse the repository at this point in the history
Fix dockerfile installation problems
  • Loading branch information
alokito committed Feb 24, 2024
2 parents 9d10932 + a8f6e45 commit f046e7c
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 f046e7c

Please sign in to comment.