Skip to content

Commit

Permalink
docker file for boltz
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziad Al Bkhetan committed Dec 4, 2024
1 parent 4fed074 commit 3a85383
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dockerfiles/Dockerfile_nfcore-proteinfold_boltz
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FROM python:3.9-slim

LABEL authors="Ziad Al-Bkhetan <ziad.albkhetan@gmail.com>" \
title="nfcore/proteinfold_boltz" \
Version="0.3.0" \
description="Docker image containing all software requirements to run boltz using the nf-core/proteinfold pipeline"

RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
&& rm -rf /var/lib/apt/lists/*

RUN pip install boltz

CMD ["boltz"]


0 comments on commit 3a85383

Please sign in to comment.