samgis-lisa-on-cuda / scripts /docker_entrypoint.sh
alessandro trinca tornidor
ci: refactor Dockerfile using nvcr.io/nvidia/pytorch:24.10-py3 as base image, use samgis-lisa==1.0.9
32656c4
raw
history blame contribute delete
259 Bytes
#!/usr/bin/env bash
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