MAINT Set shm size to 2GB in run_docker (#1401)

This commit is contained in:
Roman Yurchak 2021-03-31 21:53:15 +02:00 committed by GitHub
parent f3dc9024f0
commit 7df15d175e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -74,5 +74,6 @@ exec docker run \
-it --rm \ -it --rm \
-v $PWD:/src \ -v $PWD:/src \
--user root -e NB_UID=$UID -e NB_GID=$GID \ --user root -e NB_UID=$UID -e NB_GID=$GID \
--shm-size 2g \
"${PYODIDE_DOCKER_IMAGE}" \ "${PYODIDE_DOCKER_IMAGE}" \
/bin/bash /bin/bash