Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed May 15, 2024
1 parent 0a13ce4 commit d5a77bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dendro_apps/spikeforestxyz/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3.9-slim

# Install git
RUN apt-get update && apt-get install -y git

# Install dendro
RUN pip install dendro==0.2.15

Expand Down

0 comments on commit d5a77bf

Please sign in to comment.