Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Aug 9, 2024
1 parent 0e2f646 commit 92508c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
12 changes: 0 additions & 12 deletions .github/scripts/disk_monitor.sh

This file was deleted.

9 changes: 1 addition & 8 deletions .github/workflows/docker_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
permissions:
packages: write

runs-on: linux.8xlarge.nvidia.gpu
runs-on: linux.4xlarge.nvidia.gpu

# Define key environment variables
# Container name is of the form torch_tensorrt:<branch_name>
Expand Down Expand Up @@ -54,13 +54,6 @@ jobs:
python3 -m pip install pyyaml
TRT_VERSION=$(python3 -c "import versions; versions.tensorrt_version()")
echo "TRT VERSION = ${TRT_VERSION}"
du -h --max-depth=1 .
df -kh .
docker system df
docker system prune -f
docker system df
.github/scripts/disk_monitor.sh &
DOCKER_BUILDKIT=1 docker build --build-arg TENSORRT_VERSION=$TRT_VERSION -f docker/Dockerfile --tag $DOCKER_TAG .
- name: Push Docker image
Expand Down

0 comments on commit 92508c5

Please sign in to comment.