File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/packages/frontend/compute Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export default function OnPremCloudConfiguration({
7777 if ( ! editable || ! project_id ) {
7878 return (
7979 < div >
80- On Prem { configuration . arch == "arm64" ? "ARM64" : "x86_64" } Linux VM
80+ OnPrem { configuration . arch == "arm64" ? "ARM64" : "x86_64" } Linux VM
8181 { configuration . gpu ? " that has an NVIDIA GPU" : "" } .
8282 </ div >
8383 ) ;
@@ -91,7 +91,7 @@ export default function OnPremCloudConfiguration({
9191 < div style = { { marginBottom : "30px" } } >
9292 < div style = { { color : "#666" , marginBottom : "15px" } } >
9393 < div style = { { color : "#666" , marginBottom : "5px" } } >
94- < b > On Prem Compute Server</ b >
94+ < b > OnPrem Compute Server</ b >
9595 </ div >
9696 You can connect your own < b > Ubuntu 22.04 Virtual Machine</ b > to this
9797 CoCalc project and seamlessly run Jupyter notebooks and terminals on it.
You can’t perform that action at this time.
0 commit comments