Skip to content

Commit 84d9bc7

Browse files
authored
Fix docker run command by removing -it flag
Signed-off-by: Dushyant Behl <dushyantbehl@users.noreply.github.com>
1 parent 66d14be commit 84d9bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo 'check if accelerate is installed and in the PATH'
2525
IMAGE_NAME=${{ vars.QUAY_REPOSITORY }}fms-hf-tuning:main-nvcr-latest
26-
docker run --rm -it --entrypoint which "$IMAGE_NAME" accelerate
26+
docker run --rm --entrypoint which "$IMAGE_NAME" accelerate
2727
echo 'checks done'
2828
- name: Push docker image for every commit to Quay.io as dev images
2929
run: |

0 commit comments

Comments
 (0)