Skip to content

Commit

Permalink
Update celltypist dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vickydaiya committed Oct 24, 2023
1 parent 9f0e8ae commit bd6afaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/celltypist/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3.10

RUN apt-get -y update && apt-get -y install cmake

COPY context/requirements-freeze.txt .
RUN pip install -r requirements-freeze.txt

Expand Down

0 comments on commit bd6afaa

Please sign in to comment.