Skip to content

Commit

Permalink
only -i
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-pfeiffer committed Aug 20, 2024
1 parent b01e410 commit 3b8f9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Run the Docker Image
run: |-
mkdir llmstudio_mnt
docker run --runtime=nvidia --shm-size=64g --init --rm -it -u `id -u`:`id -g` -p 10101:10101 -v $(pwd)/llmstudio_mnt:/home/llmstudio/mount h2o-llmstudio
docker run --runtime=nvidia --shm-size=64g --init --rm -i -u `id -u`:`id -g` -p 10101:10101 -v $(pwd)/llmstudio_mnt:/home/llmstudio/mount h2o-llmstudio

0 comments on commit 3b8f9a7

Please sign in to comment.