diff --git a/workspaces/Asciiville/asciiville.png b/workspaces/Asciiville/asciiville.png new file mode 100644 index 0000000..c936619 Binary files /dev/null and b/workspaces/Asciiville/asciiville.png differ diff --git a/workspaces/Asciiville/workspace.json b/workspaces/Asciiville/workspace.json new file mode 100644 index 0000000..416982b --- /dev/null +++ b/workspaces/Asciiville/workspace.json @@ -0,0 +1,29 @@ +{ + "friendly_name": "Asciiville", + "image_src": "asciiville.png", + "description": "Asciiville provides tools and utilities to generate and view Ascii Art", + "docker_registry": "https://index.docker.io/v1/", + "name": "doctorwhen/kasm:asciiville-deluxe", + "cores": 2, + "memory": 5536, + "gpu_count": 0, + "cpu_allocation_method": "Inherit", + "run_config": { "hostname": "kasm-asciiville" }, + "exec_config": { + "first_launch":{ + "user":"root", + "cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" + } + }, + "categories": [ + "Desktop", + "Development", + "Productivity" + ], + "require_gpu": false, + "enabled": true, + "image_type": "Container", + "architecture": [ + "amd64" + ] +} \ No newline at end of file