Skip to content

Commit c3619ba

Browse files
authored
Update README.md for rust with VSCode
1 parent 52136ed commit c3619ba

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

README.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,36 @@
1-
# nerc-images-template
1+
# vscode-rust
22

3-
An OpenShift AI Image for ...
3+
An OpenShift AI Image running VSCode for Rust development.
4+
- Based on the [Evcxr project](https://github.com/evcxr/evcxr)
5+
on GitHub for Jupyter Lab Notebook integration.
6+
- Uses Rust 1.79.
7+
- Used by Professor Leonidas Kontothanassis, MassMutual Professor of the
8+
Practice of Computing & Data Sciences + Director of Industry Engagement.
49

5-
Base image: [quay.io/...](https://github.com/...)
10+
Base image: [quay.io/opendatahub-contrib/workbench-images:vscode-datascience-c9s-py311_2023c_latest](https://github.com/opendatahub-io-contrib/workbench-images)
611

7-
| Python packages | Description |
12+
| Cargo packages | Description |
813
| --- | --- |
9-
| jupyterlab | A web-based user interface to work with Jupyter notebooks, editors, terminals, and custom components |
14+
| evcxr_jupyter | An evaluation context for Rust. |
1015

1116
| System packages | Description |
1217
| --- | --- |
13-
| something | ... |
18+
| cargo | Rust's package manager and build tool. |
1419

15-
You can pull the latest [nerc-images-template container image](https://github.com/nerc-images/nerc-images-template/pkgs/container/nerc-images-template) below:
20+
You can pull the latest [vscode-rust container image](https://github.com/nerc-images/vscode-rust/pkgs/container/vscode-rust) below:
1621

1722
```
18-
podman pull quay.io/nerc-images/nerc-images-template:latest
23+
podman pull quay.io/nerc-images/vscode-rust:latest
1924
```
2025

21-
You can build the container like this:
26+
Here is how to build the container image:
2227

2328
```bash
24-
podman build -t nerc-images/nerc-images-template:latest .
29+
podman build -t nerc-images/vscode-rust:latest .
2530
```
2631

27-
You can run the container like this:
32+
Here is how to run the container image:
2833

2934
```bash
30-
podman run --rm -it --entrypoint /bin/bash nerc-images/nerc-images-template:latest
35+
podman run --rm -it --entrypoint /bin/bash nerc-images/vscode-rust:latest
3136
```
32-
33-
You can push the container to quay.io like this:
34-
35-
```bash
36-
podman push nerc-images/nerc-images-template:latest quay.io/nerc-images/nerc-images-template:latest
37-
```
38-

0 commit comments

Comments
 (0)