CBICA / CaPTk

Cancer Imaging Phenomics Toolkit (CaPTk) is a software platform to perform image analysis and predictive modeling tasks. Documentation: https://cbica.github.io/CaPTk
https://www.cbica.upenn.edu/captk
Other
173 stars 63 forks source link

Update Dockerfile to correct entrypoint #1428

Closed AlexanderGetka-cbica closed 2 years ago

AlexanderGetka-cbica commented 2 years ago

Entrypoint set in the dockerfile wasn't locatable because builds were being done in /work/CaPTk/bin rather than /CaPTk/bin. This was because in cbica/captk_centos7:devtoolset-4_superbuild, the working directory was set as /work.

Fixes #1427