Skip to content

Commit

Permalink
updating info about ubuntu student edition
Browse files Browse the repository at this point in the history
  • Loading branch information
TDWolff committed May 24, 2024
1 parent c226807 commit ba94e31
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions workspaces/Ubuntu-Student-Edition/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@
"memory": 2768,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"docker_registry": "https://index.docker.io/v1/",
"docker_registry": "https://index.docker.io/v1.1/",
"categories": [
"Desktop",
"Development",
"Productivity"
"Desktop",
"Development"
],
"require_gpu": false,
"enabled": true,
"image_type": "Container",
"run_config": {
"hostname": "kasm"
},
"architecture": [
"amd64"
]
}
"amd64"
],
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 4200
}

0 comments on commit ba94e31

Please sign in to comment.