Skip to content

Commit

Permalink
Modify devcontainer privileges so singularity can be run
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonJM committed Sep 18, 2023
1 parent 4849960 commit a103f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"image": "nfcore/gitpod:latest",
"postCreateCommand": "python -m pip install --upgrade -r ../requirements-dev.txt -e ../ && pre-commit install --install-hooks",
"remoteUser": "gitpod",
"runArgs": ["--privileged"],

// Configure tool-specific properties.
"customizations": {
Expand Down

0 comments on commit a103f44

Please sign in to comment.