We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31041aa commit 0a94a1fCopy full SHA for 0a94a1f
.github/workflows/docker-build-ec2.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: appleboy/ssh-action@master
19
with:
20
command_timeout: "60m"
21
- host: 100.25.44.175
+ host: 3.238.40.232
22
username: ubuntu
23
24
key: ${{ secrets.SSH_PRIVATE_KEY }}
@@ -35,7 +35,7 @@ jobs:
35
sudo docker rm omniparser-container || true
36
37
# Build the Docker image
38
- sudo nvidia-docker build -t omniparser .
+ sudo docker build -t omniparser .
39
40
# Run the Docker container on the specified port
41
sudo docker run -d -p 7861:7861 --gpus all --name omniparser-container omniparser
0 commit comments