Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dockerfile installation problems #88

Merged
merged 1 commit into from
Feb 24, 2024
Merged

Fix dockerfile installation problems #88

merged 1 commit into from
Feb 24, 2024

Conversation

nictru
Copy link
Contributor

@nictru nictru commented Feb 21, 2024

Related to #86

@@ -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'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would probably do this in separate RUN commands, but it's not a bit deal.

@alokito alokito merged commit f046e7c into Novartis:master Feb 24, 2024
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants