gpu-dev 0.5.22__tar.gz → 0.5.23__tar.gz
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.
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/PKG-INFO +1 -1
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev.egg-info/PKG-INFO +1 -1
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev_cli/config.py +11 -2
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/pyproject.toml +1 -1
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/reservation_processor/index.py +28 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda.tf +1 -1
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/.github/workflows/no-gitlinks.yml +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/.github/workflows/publish.yml +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/.gitignore +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/CLAUDE.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/PROGRESS.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/PR_DESCRIPTION.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/README.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/TODO.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/admin/README.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/admin/generate_stats.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/admin/requirements.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/README.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/ZERO_CONFIG_SETUP.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev.egg-info/SOURCES.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev.egg-info/dependency_links.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev.egg-info/entry_points.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev.egg-info/requires.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev.egg-info/top_level.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev_cli/__init__.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev_cli/auth.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev_cli/cli.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev_cli/disks.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev_cli/interactive.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev_cli/name_generator.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev_cli/reservations.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev_cli/ssh_proxy.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/minimal-iam-policy.json +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/scripts/clear_stale_disk_locks.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/docs/USER_GUIDE.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/docs/devgpu-features.html +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/docs/docker-mark-blue.svg +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/docs/icons8-cursor-ai.svg +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/post.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/setup.cfg +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/.claude/skills/deploy.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/.terraform.lock.hcl +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/README.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/alb.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/availability.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/backend.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/.dockerignore +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/Dockerfile +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/backup-dotfiles +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/bash_profile +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/bashrc +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/bashrc_ext +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/build-with-efa.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/dotfiles-shutdown-handler +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/list-dotfile-versions +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/motd_script +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/nproc_wrapper +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/profile +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/restore-dotfiles +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/restore-dotfiles-version +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/setup-dotfiles-persistence +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/shell_env +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/ssh_config +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/zprofile +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/zshrc +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/zshrc_ext +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker-build.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker-example/Dockerfile +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker-example/hello.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/ecr.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/efs.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/eks.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/expiry.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/git-cache.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/gpu-dev-pod-irsa.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/kubernetes.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/availability_updater/index.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/availability_updater/requirements.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/migration/tag_largest_snapshots.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/reservation_expiry/index.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/reservation_expiry/requirements.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/reservation_processor/buildkit_job.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/reservation_processor/requirements.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/shared/__init__.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/shared/alb_utils.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/shared/dns_utils.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/shared/k8s_client.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/shared/k8s_resource_tracker.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/shared/requirements.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/shared/snapshot_utils.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/main.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/mig-config.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/mig-parted-config.yaml +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/migrations/backfill_snapshot_contents.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/migrations/backfill_snapshot_contents.py.bak +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/migrations/check_snapshots.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/migrations/migrate_disks_to_named.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/migrations/run_backfill.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/monitoring.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/outputs.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/pyproject.toml +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/queue.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/route53.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/s3-disk-contents.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/scripts/CLEANUP_GUIDE.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/scripts/detect_empty_volumes.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/scripts/ec2_avail_probe.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/scripts/inspect_user_data.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/ssh-proxy/Dockerfile +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/ssh-proxy/proxy.py +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/ssh-proxy/requirements.txt +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/ssh-proxy-service.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/ssh-proxy.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/switch-to.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/templates/al2023-cpu-user-data.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/templates/al2023-user-data.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/templates/user-data-self-managed.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/templates/user-data.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/variables.tf +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/tests/submit/README.md +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/tests/submit/fail/run.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/tests/submit/multinode/run.sh +0 -0
- {gpu_dev-0.5.22 → gpu_dev-0.5.23}/tests/submit/success/run.sh +0 -0
|
@@ -240,8 +240,17 @@ class Config:
|
|
|
240
240
|
return self.user_config.get(key)
|
|
241
241
|
|
|
242
242
|
def get_github_username(self) -> Optional[str]:
|
|
243
|
-
"""Get GitHub username
|
|
244
|
-
|
|
243
|
+
"""Get GitHub username, falling back to GPU_DEV_GITHUB_USER env var.
|
|
244
|
+
|
|
245
|
+
Lambda sets GPU_DEV_GITHUB_USER on every pod from the reservation's
|
|
246
|
+
github_user field, so a user running gpu-dev from inside their dev pod
|
|
247
|
+
doesn\'t have to `gpu-dev config set github_user <name>` first.
|
|
248
|
+
"""
|
|
249
|
+
v = self.user_config.get("github_user")
|
|
250
|
+
if v:
|
|
251
|
+
return v
|
|
252
|
+
v = os.environ.get("GPU_DEV_GITHUB_USER")
|
|
253
|
+
return v or None
|
|
245
254
|
|
|
246
255
|
|
|
247
256
|
def load_config() -> Config:
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gpu-dev"
|
|
7
|
-
version = "0.5.
|
|
7
|
+
version = "0.5.23"
|
|
8
8
|
description = "CLI tool for PyTorch GPU developer server reservations"
|
|
9
9
|
authors = [{name = "PyTorch Team"}]
|
|
10
10
|
readme = "cli-tools/gpu-dev-cli/README.md"
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/reservation_processor/index.py
RENAMED
|
@@ -4486,6 +4486,18 @@ export MULTINODE_SIZE="$MULTINODE_SIZE"
|
|
|
4486
4486
|
export MASTER_ADDR="$MASTER_ADDR"
|
|
4487
4487
|
export MASTER_PORT="$MASTER_PORT"
|
|
4488
4488
|
|
|
4489
|
+
# IRSA + region — same reason as MULTINODE: sshd strips these from login shells, so
|
|
4490
|
+
# we bake the current container values into the rc file. Lets gpu-dev / aws / boto3
|
|
4491
|
+
# inside an SSH session pick up the gpu-dev-pod-sa IAM role automatically.
|
|
4492
|
+
export AWS_ROLE_ARN="$AWS_ROLE_ARN"
|
|
4493
|
+
export AWS_WEB_IDENTITY_TOKEN_FILE="$AWS_WEB_IDENTITY_TOKEN_FILE"
|
|
4494
|
+
export AWS_ROLE_SESSION_NAME="$AWS_ROLE_SESSION_NAME"
|
|
4495
|
+
export AWS_REGION="$AWS_REGION"
|
|
4496
|
+
export AWS_DEFAULT_REGION="$AWS_DEFAULT_REGION"
|
|
4497
|
+
export AWS_STS_REGIONAL_ENDPOINTS="$AWS_STS_REGIONAL_ENDPOINTS"
|
|
4498
|
+
# CLI falls back to this when ~/.config/gpu-dev/config.json has no github_user
|
|
4499
|
+
export GPU_DEV_GITHUB_USER="$GPU_DEV_GITHUB_USER"
|
|
4500
|
+
|
|
4489
4501
|
# Function to check for GPU reservation expiry warnings and startup script status
|
|
4490
4502
|
check_warnings() {{
|
|
4491
4503
|
# Check for startup script still running
|
|
@@ -4539,6 +4551,15 @@ export MULTINODE_SIZE="$MULTINODE_SIZE"
|
|
|
4539
4551
|
export MASTER_ADDR="$MASTER_ADDR"
|
|
4540
4552
|
export MASTER_PORT="$MASTER_PORT"
|
|
4541
4553
|
|
|
4554
|
+
# IRSA + region (see .bashrc_ext for rationale)
|
|
4555
|
+
export AWS_ROLE_ARN="$AWS_ROLE_ARN"
|
|
4556
|
+
export AWS_WEB_IDENTITY_TOKEN_FILE="$AWS_WEB_IDENTITY_TOKEN_FILE"
|
|
4557
|
+
export AWS_ROLE_SESSION_NAME="$AWS_ROLE_SESSION_NAME"
|
|
4558
|
+
export AWS_REGION="$AWS_REGION"
|
|
4559
|
+
export AWS_DEFAULT_REGION="$AWS_DEFAULT_REGION"
|
|
4560
|
+
export AWS_STS_REGIONAL_ENDPOINTS="$AWS_STS_REGIONAL_ENDPOINTS"
|
|
4561
|
+
export GPU_DEV_GITHUB_USER="$GPU_DEV_GITHUB_USER"
|
|
4562
|
+
|
|
4542
4563
|
# Function to check for GPU reservation expiry warnings and startup script status
|
|
4543
4564
|
check_warnings() {{
|
|
4544
4565
|
# Check for startup script still running
|
|
@@ -5314,6 +5335,9 @@ EOF
|
|
|
5314
5335
|
),
|
|
5315
5336
|
client.V1EnvVar(
|
|
5316
5337
|
name="AWS_ROLE_SESSION_NAME", value=(user_id or "gpu-dev-pod")[:64]
|
|
5338
|
+
),
|
|
5339
|
+
client.V1EnvVar(
|
|
5340
|
+
name="GPU_DEV_GITHUB_USER", value=github_user or ""
|
|
5317
5341
|
)
|
|
5318
5342
|
] + get_nccl_env_vars(gpu_type) + get_cpu_thread_env_vars(gpu_count, gpu_type) + _get_multinode_env_vars(multinode_peer_pods, multinode_rank),
|
|
5319
5343
|
resources=client.V1ResourceRequirements(
|
|
@@ -5501,6 +5525,10 @@ EOF
|
|
|
5501
5525
|
# with the AWS_ROLE_SESSION_NAME env var below this lets users run
|
|
5502
5526
|
# `gpu-dev submit` from inside their dev pod with no manual aws sso login.
|
|
5503
5527
|
service_account_name="gpu-dev-pod-sa",
|
|
5528
|
+
# fs_group=1081 makes the IRSA-projected token (default 0600 root:root)
|
|
5529
|
+
# readable by the dev user. Without it boto3-as-dev falls through to IMDS
|
|
5530
|
+
# and gets the node's IAM role, which doesn't have DDB/SQS permissions.
|
|
5531
|
+
security_context=client.V1PodSecurityContext(fs_group=1081),
|
|
5504
5532
|
# EFA requires host network namespace for RDMA access to efa0 interface
|
|
5505
5533
|
**({
|
|
5506
5534
|
"host_network": True,
|
|
@@ -180,7 +180,7 @@ resource "aws_lambda_function" "reservation_processor" {
|
|
|
180
180
|
HOSTED_ZONE_ID = local.effective_domain_name != "" ? local.hosted_zone_id : ""
|
|
181
181
|
SSH_DOMAIN_MAPPINGS_TABLE = local.effective_domain_name != "" ? aws_dynamodb_table.ssh_domain_mappings.name : ""
|
|
182
182
|
SSL_CERTIFICATE_ARN = local.effective_domain_name != "" ? aws_acm_certificate.wildcard[0].arn : ""
|
|
183
|
-
LAMBDA_VERSION = "0.5.
|
|
183
|
+
LAMBDA_VERSION = "0.5.24"
|
|
184
184
|
MIN_CLI_VERSION = "0.5.16"
|
|
185
185
|
DISK_CONTENTS_BUCKET = aws_s3_bucket.disk_contents.bucket
|
|
186
186
|
OPERATIONS_TABLE = aws_dynamodb_table.operations.name
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/cli-tools/gpu-dev-cli/gpu_dev.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/docker/setup-dotfiles-persistence
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/availability_updater/index.py
RENAMED
|
File without changes
|
|
File without changes
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/migration/tag_largest_snapshots.py
RENAMED
|
File without changes
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/reservation_expiry/index.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/lambda/shared/k8s_resource_tracker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/migrations/backfill_snapshot_contents.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/migrations/migrate_disks_to_named.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/templates/al2023-cpu-user-data.sh
RENAMED
|
File without changes
|
|
File without changes
|
{gpu_dev-0.5.22 → gpu_dev-0.5.23}/terraform-gpu-devservers/templates/user-data-self-managed.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|