We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83110c1 commit d9651e9Copy full SHA for d9651e9
bin/setup
@@ -115,7 +115,6 @@ elif [ "${CONTAINER_TYPE}" == "docker" ]; then
115
else
116
DOCKER_BASE="docker run -v ${ROOT}:${ROOT} -w ${ROOT} riscvintl/udb:${CONTAINER_TAG}"
117
fi
118
- RUN="${DOCKER_BASE}"
119
elif [ "${CONTAINER_TYPE}" == "singularity" ]; then
120
CONTAINER_PATH=${ROOT}/.singularity/image-$CONTAINER_TAG.sif
121
HOME_PATH=${HOME}
0 commit comments