An OpenShift AI Image running VSCode for Rust development.
- Based on the Evcxr project on GitHub for Jupyter Lab Notebook integration.
- Uses Rust 1.79.
- Used by Professor Leonidas Kontothanassis, MassMutual Professor of the Practice of Computing & Data Sciences + Director of Industry Engagement.
Base image: quay.io/opendatahub-contrib/workbench-images:vscode-datascience-c9s-py311_2023c_latest
| Cargo packages | Description |
|---|---|
| evcxr_jupyter | An evaluation context for Rust. |
| System packages | Description |
|---|---|
| cargo | Rust's package manager and build tool. |
You can pull the latest vscode-rust container image below:
podman pull quay.io/nerc-images/vscode-rust:latest
Here is how to build the container image:
podman build -t nerc-images/vscode-rust:latest .Here is how to run the container image:
podman run --rm -it --entrypoint /bin/bash nerc-images/vscode-rust:latest