alessandro trinca tornidor
ci: refactor Dockerfile using nvcr.io/nvidia/pytorch:24.10-py3 as base image, use samgis-lisa==1.0.9
32656c4
export WORKDIR="/var/task" | |
export XDG_CACHE_HOME="/data" | |
echo "FOLDERS_MAP:${FOLDERS_MAP} ..." | |
source ${WORKDIR}/.venv/bin/activate | |
which python | |
python --version | |
chmod 700 ${WORKDIR}/entrypoint.sh | |
bash ${WORKDIR}/entrypoint.sh | |
exit 0 | |