Skip to content

Commit

Permalink
Added ChromHMM docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHafner committed Dec 26, 2023
1 parent bcd52b6 commit 8c6c89e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/chromhmm/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ubuntu:latest

RUN apt-get update && \
apt-get install -y openjdk-17-jdk && \
apt-get clean;

4 changes: 4 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ services:
build:
context: ehmm
image: bigdatainbiomedicine/inspect-ehmm
chromhmm:
build:
context: chromhmm
image: leonhafner/openjdk:17

0 comments on commit 8c6c89e

Please sign in to comment.