samgis-lisa-on-cuda / scripts /docker_entrypoint.sh
alessandro trinca tornidor
ci: docker, re-add docker_entrypoint.sh and entrypoint.sh scripts, install nodejs in runtime stage
29d4b23
raw
history blame
258 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 +x ${WORKDIR}/entrypoint.sh
bash ${WORKDIR}/entrypoint.sh
exit 0