File tree 1 file changed +2
-2
lines changed
src/packages/frontend/compute
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({
77
77
if ( ! editable || ! project_id ) {
78
78
return (
79
79
< div >
80
- On Prem { configuration . arch == "arm64" ? "ARM64" : "x86_64" } Linux VM
80
+ OnPrem { configuration . arch == "arm64" ? "ARM64" : "x86_64" } Linux VM
81
81
{ configuration . gpu ? " that has an NVIDIA GPU" : "" } .
82
82
</ div >
83
83
) ;
@@ -91,7 +91,7 @@ export default function OnPremCloudConfiguration({
91
91
< div style = { { marginBottom : "30px" } } >
92
92
< div style = { { color : "#666" , marginBottom : "15px" } } >
93
93
< div style = { { color : "#666" , marginBottom : "5px" } } >
94
- < b > On Prem Compute Server</ b >
94
+ < b > OnPrem Compute Server</ b >
95
95
</ div >
96
96
You can connect your own < b > Ubuntu 22.04 Virtual Machine</ b > to this
97
97
CoCalc project and seamlessly run Jupyter notebooks and terminals on it.
You can’t perform that action at this time.
0 commit comments