okuisatoshi/singularity-vscode:latest
$ singularity pull shub://okuisatoshi/singularity-vscode:latest
Singularity Recipe
Bootstrap:docker
From: ubuntu:bionic
%post
apt-get update
apt-get install -y wget
wget https://go.microsoft.com/fwlink/?LinkID=760868 -O /tmp/vscode.deb
dpkg -i /tmp/vscode.deb || true
apt-get install -y -f
apt-get install -y libx11-xcb1 libasound2 # x11-common
apt-get clean
# Remove this dirty hack depending on my uid.
# Use singularity run -B /run ... instead.
#mkdir -p /run/user/683402166
#chmod a+rwx /run/user
#chmod a+rwx /run/user/683402166
%runscript
/usr/bin/code
Collection
- Name: okuisatoshi/singularity-vscode
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/okuisatoshi-singularity-vscode-latest |
collection name | okuisatoshi/singularity-vscode |
branch | master |
tag | latest |
commit | fdd800d3dc8c187cc820d0e2525e13c98892c068 |
version (container hash) | aa13120a223d592b31a7f1ca5f0adf9d |
build date | 2019-11-15T16:00:35.916Z |
size (MB) | 533.0 |
size (bytes) | 172417055 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.