Fix HOME env for colabfold weight download, increase resources, use v3 tag
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user