Skip to content

Commit

Permalink
On Prem --> OnPrem
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Jul 11, 2024
1 parent 6b3542d commit accd6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/frontend/compute/onprem-config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function OnPremCloudConfiguration({
if (!editable || !project_id) {
return (
<div>
On Prem {configuration.arch == "arm64" ? "ARM64" : "x86_64"} Linux VM
OnPrem {configuration.arch == "arm64" ? "ARM64" : "x86_64"} Linux VM
{configuration.gpu ? " that has an NVIDIA GPU" : ""}.
</div>
);
Expand All @@ -91,7 +91,7 @@ export default function OnPremCloudConfiguration({
<div style={{ marginBottom: "30px" }}>
<div style={{ color: "#666", marginBottom: "15px" }}>
<div style={{ color: "#666", marginBottom: "5px" }}>
<b>On Prem Compute Server</b>
<b>OnPrem Compute Server</b>
</div>
You can connect your own <b>Ubuntu 22.04 Virtual Machine</b> to this
CoCalc project and seamlessly run Jupyter notebooks and terminals on it.
Expand Down

0 comments on commit accd6d2

Please sign in to comment.