gitarsenal-cli 1.0.8 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1998,7 +1998,7 @@ def create_modal_ssh_container(gpu_type, repo_url=None, repo_name=None, setup_co
|
|
1998
1998
|
print(f"⚠️ Could not create default volume: {e}")
|
1999
1999
|
print("⚠️ Continuing without persistent volume")
|
2000
2000
|
volume = None
|
2001
|
-
|
2001
|
+
|
2002
2002
|
# Create SSH-enabled image
|
2003
2003
|
ssh_image = (
|
2004
2004
|
modal.Image.debian_slim()
|
@@ -2030,7 +2030,7 @@ def create_modal_ssh_container(gpu_type, repo_url=None, repo_name=None, setup_co
|
|
2030
2030
|
"echo 'export PS1=\"\\[\\e[1;32m\\]modal:\\[\\e[1;34m\\]\\w\\[\\e[0m\\]$ \"' >> /root/.bashrc",
|
2031
2031
|
)
|
2032
2032
|
)
|
2033
|
-
|
2033
|
+
|
2034
2034
|
# Create the Modal app
|
2035
2035
|
app = modal.App(app_name)
|
2036
2036
|
|
@@ -2213,7 +2213,7 @@ def fetch_setup_commands_from_api(repo_url):
|
|
2213
2213
|
import shutil
|
2214
2214
|
import json
|
2215
2215
|
|
2216
|
-
api_url = "http://
|
2216
|
+
api_url = "http://git-arsenal.vercel.app/api/analyze-with-gitingest"
|
2217
2217
|
|
2218
2218
|
print(f"🔍 Fetching setup commands from API for repository: {repo_url}")
|
2219
2219
|
|