diff --git a/workspaces/Asciiville/workspace.json b/workspaces/Asciiville/workspace.json index afb42bb..416982b 100644 --- a/workspaces/Asciiville/workspace.json +++ b/workspaces/Asciiville/workspace.json @@ -3,16 +3,16 @@ "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", + "name": "doctorwhen/kasm:asciiville-deluxe", "cores": 2, - "memory": 2768, + "memory": 5536, "gpu_count": 0, "cpu_allocation_method": "Inherit", "run_config": { "hostname": "kasm-asciiville" }, "exec_config": { "first_launch":{ "user":"root", - "cmd":"bash -c 'apt-get update && apt-get install -y sudo && echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" + "cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" } }, "categories": [ diff --git a/workspaces/Neovim/workspace.json b/workspaces/Neovim/workspace.json index feed3e6..58df479 100644 --- a/workspaces/Neovim/workspace.json +++ b/workspaces/Neovim/workspace.json @@ -3,8 +3,7 @@ "image_src": "neovim.png", "description": "Neovim is a hyper-extensible text editor derived from Vim", "docker_registry": "https://index.docker.io/v1/", - "name": "doctorwhen/kasm:neovim", - "name": "kasmweb/neovim:dev", + "name": "doctorwhen/kasm:neovim-deluxe", "cores": 2, "memory": 5536, "gpu_count": 0, @@ -13,7 +12,7 @@ "exec_config": { "first_launch":{ "user":"root", - "cmd":"bash -c 'apt-get update && apt-get install -y sudo && echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" + "cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'" } }, "categories": [