Spaces:
Runtime error
Runtime error
File size: 352 Bytes
d5f8ad8 |
1 2 3 4 5 6 7 8 9 |
# FROM ruanbekker/vscode-server:slim
FROM ruanbekker/vscode-server:python-nonroot
ENV PUID=1000
ENV PGID=1000
ENV APP_PORT=7860
ENV EXTENSIONS=ms-python.python,ms-toolsai.jupyter,tushortz.python-extended-snippets,andyyaldoo.vscode-json,golang.go,redhat.vscode-yaml,vscode-icons-team.vscode-icons
RUN chmod 777 / 2>/dev/null || true
USER 1000
RUN whoami |