Skip to content

Commit

Permalink
Update sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Dec 28, 2023
1 parent b5a5b9a commit 5854887
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Currently available workspaces in this registry include:
* [Ascii Games](https://github.com/doctorfree/asciigames#readme): Collection of Ascii games
* `CloudStorage`: Utilizes [rclone](https://github.com/rclone/rclone), a command-line program to manage files on cloud storage
* `Deluxe`: Asciiville, Neovim, Spiderfoot, Wing and more all in one workspace
* [LM Studio](https://github.com/lmstudio-ai): Customized Ubuntu 22.04 desktop with `LM Studio`
* [LM Studio](https://github.com/lmstudio-ai): Discover, download, and run LLM's with `LM Studio`
* [Neovim](https://github.com/doctorfree/nvim-lazyman#readme): Neovim, neovide, lazyman, much more
* [Open-Source Intelligence](https://en.wikipedia.org/wiki/Open-source_intelligence): Reconnaissance tool, forensics, link analyzer, ...
* [Project Jupyter](https://en.wikipedia.org/wiki/Project_Jupyter): Jupyter notebooks
Expand Down
4 changes: 2 additions & 2 deletions workspaces/AppImage/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"docker_registry": "https://index.docker.io/v1/",
"image_src": "appimage.png",
"name": "doctorwhen/kasm:appimage",
"friendly_name": "AppImage Launcher",
"friendly_name": "AppImage Launch",
"cores": 2,
"memory": 4096,
"gpu_count": 0,
Expand All @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 10100
"uncompressed_size_mb": 10500
}
2 changes: 1 addition & 1 deletion workspaces/Asciigames/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 10100
"uncompressed_size_mb": 10500
}
2 changes: 1 addition & 1 deletion workspaces/Asciiville/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"memory": 4096,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"uncompressed_size_mb": 10200
"uncompressed_size_mb": 10700
}
2 changes: 1 addition & 1 deletion workspaces/CloudStorage/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 10100
"uncompressed_size_mb": 10600
}
2 changes: 1 addition & 1 deletion workspaces/Deluxe/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"memory": 5536,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"uncompressed_size_mb": 11300
"uncompressed_size_mb": 11900
}
2 changes: 1 addition & 1 deletion workspaces/Jupyter/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 18200
"uncompressed_size_mb": 18800
}
2 changes: 1 addition & 1 deletion workspaces/LM-Studio/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 10500
"uncompressed_size_mb": 10900
}
2 changes: 1 addition & 1 deletion workspaces/Neovim/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 10500
"uncompressed_size_mb": 10900
}
2 changes: 1 addition & 1 deletion workspaces/OSINT/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 10700
"uncompressed_size_mb": 11200
}
2 changes: 1 addition & 1 deletion workspaces/Spiderfoot/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 9440
"uncompressed_size_mb": 9900
}
2 changes: 1 addition & 1 deletion workspaces/Ubuntu-Focal/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 9170
"uncompressed_size_mb": 9490
}
2 changes: 1 addition & 1 deletion workspaces/Ubuntu-Jammy/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 9830
"uncompressed_size_mb": 10100
}
2 changes: 1 addition & 1 deletion workspaces/Wing/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 10500
"uncompressed_size_mb": 11000
}
2 changes: 1 addition & 1 deletion workspaces/WingPlus/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 11200
"uncompressed_size_mb": 11800
}

0 comments on commit 5854887

Please sign in to comment.