Skip to content

Commit

Permalink
Features/add sdl gpu ram support (#113)
Browse files Browse the repository at this point in the history
* Add gpu ram support in sdl

* Bump deploy-tool version
  • Loading branch information
Redm4x authored Feb 29, 2024
1 parent 802cf34 commit ca4df49
Show file tree
Hide file tree
Showing 4 changed files with 688 additions and 41 deletions.
1 change: 0 additions & 1 deletion deploy-web/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
80 changes: 42 additions & 38 deletions deploy-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deploy-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudmos-app",
"version": "1.15.3",
"version": "1.16.0",
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
"author": "Cloudmos",
"private": true,
Expand All @@ -15,7 +15,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@akashnetwork/akashjs": "0.5.0",
"@akashnetwork/akashjs": "0.5.4",
"@auth0/nextjs-auth0": "^3.1.0",
"@cosmjs/encoding": "^0.29.5",
"@cosmjs/stargate": "^0.29.5",
Expand Down
Loading

0 comments on commit ca4df49

Please sign in to comment.