Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
- Expose 8787 for dask dashboard (#54)
- Update scanpy
  • Loading branch information
cflerin committed Apr 15, 2021
1 parent 371d0f8 commit 4ddfd60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pip install --no-cache-dir --upgrade pip wheel && \
# use version from argument (--build-arg version=0.11.0), or a default:
ARG version="0.11.0"
RUN pip install --no-cache-dir pyscenic==$version && \
pip install --no-cache-dir scanpy==1.7.0
pip install --no-cache-dir scanpy==1.7.2


FROM python:3.7.9-slim AS build-image
Expand All @@ -42,3 +42,5 @@ COPY --from=compile-image /opt/venv /opt/venv
# Make sure we use the virtualenv:
ENV PATH="/opt/venv/bin:$PATH"

EXPOSE 8787

0 comments on commit 4ddfd60

Please sign in to comment.