-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor to quiet the output and see if it works
- Loading branch information
Colin McFadden
committed
Jul 15, 2024
1 parent
3372c2a
commit dcd542b
Showing
21 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/blender:latest "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/blender:latest "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --platform linux/x86_64 --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/imagemagick:latest convert "$@" | ||
docker run --quiet --platform linux/x86_64 --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/imagemagick:latest convert "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/cziutils:latest "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/cziutils:latest "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --platform linux/x86_64 --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/exiftool:latest "$@" | ||
docker run --quiet --platform linux/x86_64 --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/exiftool:latest "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/ffmpeg:latest ffmpeg "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/ffmpeg:latest ffmpeg "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/ffmpeg:latest ffprobe "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/ffmpeg:latest ffprobe "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/gnuplot:latest "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/gnuplot:latest "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/imagemagick:latest identify "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/imagemagick:latest identify "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/meshlab:latest "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/meshlab:latest "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/imagemagick:latest mogrify "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/imagemagick:latest mogrify "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/imagemagick:latest montage "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/imagemagick:latest montage "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/nxsbuild:latest "$@" | ||
docker run --quiet --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/nxsbuild:latest "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/pdfutils:latest ocrmypdf "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/pdfutils:latest ocrmypdf "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/pdfutils:latest pdfinfo "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/pdfutils:latest pdfinfo "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/pdfutils:latest pdftotext "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/pdfutils:latest pdftotext "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/r-lang:latest "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/r-lang:latest "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/rtibuild:latest "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/rtibuild:latest "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/pdfutils:latest shrinkpdf "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/pdfutils:latest shrinkpdf "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/spatial:latest "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/spatial:latest "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/bin/bash | ||
docker run --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/tarrific:latest "$@" | ||
docker run --quiet --memory=8g --rm -i -v /scratch:/scratch ghcr.io/umn-elevator/tarrific:latest "$@" |