Skip to content

Commit

Permalink
Add -it [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
maawad authored Jun 20, 2023
1 parent be77f80 commit 3b46c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ env.IMAGE_NAME }}
- name: Run the docker container
run: docker run --name rocm-container ${{ env.DOCKER_DEVICES }} ${{ env.IMAGE_NAME }}
run: docker run -it --name rocm-container ${{ env.DOCKER_DEVICES }} ${{ env.IMAGE_NAME }}

0 comments on commit 3b46c48

Please sign in to comment.