Fix HOME env for colabfold weight download, increase resources, use v3 tag

This commit is contained in:
2026-03-26 17:46:41 +01:00
parent 844d34c04a
commit 4cd23d549b
3 changed files with 11 additions and 6 deletions

View File

@@ -14,6 +14,10 @@ RUN python3 -m pip install --upgrade pip && \
# Add user entry for UID 1000 (k8s default) to avoid getpwuid errors
RUN useradd -u 1000 -m -s /bin/bash nextflow || true
# Set HOME for UID 1000 so colabfold weights download to writable location
ENV HOME=/home/nextflow
RUN mkdir -p /home/nextflow/.cache && chmod -R 777 /home/nextflow
RUN mkdir -p /opt/bioemu/scripts/ /data /results && chmod -R 777 /data /results
COPY calculate_gibbs.py /opt/bioemu/scripts/