Fix container entrypoint for WES k8s execution

This commit is contained in:
2026-03-19 11:13:00 +01:00
parent 4d199b4207
commit 677566e46d

View File

@@ -93,4 +93,5 @@ ENV PYTHONPATH=/app/LigandMPNN:${PYTHONPATH:-}
WORKDIR /app/LigandMPNN
CMD ["python", "run.py", "--help"]
ENTRYPOINT []
CMD ["/bin/bash"]