You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add new Cursor IDE app with AI extensions pre-installed
- Create gemini-cli devcontainer feature with NVM permission fixes
- Add Claude Code and Gemini CLI to VSCode, JupyterLab, and R apps
- Install AI extensions (Claude Code, Gemini) in VSCode app
- Fix NVM permission errors for non-root users in JupyterLab
Copy file name to clipboardExpand all lines: src/custom-workbench-jupyter-template/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
FROM us-west2-docker.pkg.dev/shared-pub-buckets-94mvrf/workbench-artifacts/app-workbench-jupyter@sha256:229166b2be902aef0a2a621fae38037fe0e069875df1b8bfd5bcff8766d6036c
1
+
FROM us-west2-docker.pkg.dev/shared-pub-buckets-94mvrf/workbench-artifacts/app-workbench-jupyter@sha256:229166b2be902aef0a2a621fae38037fe0e069875df1b8bfd5bcff8766d6036c
2
2
3
3
# Install jupyter extensions
4
4
RUN --mount=type=bind,from=jupyter-extension-builder,source=/dist,target=/tmp/extensions \
0 commit comments