Skip to content

Commit

Permalink
Update ollamainaction.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhant385 authored Aug 9, 2024
1 parent fbb21cd commit 1ed3d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ollamainaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
- name: Install Ollama and Run Llama 3 Model
run: |
docker pull ollama/ollama
docker run -d --name ollama-server -p 3000:3000 ollama/ollama
docker run -d --name ollama-server -p 11434:11434 ollama/ollama
- name: Start Bore for SSH and Ollama
run: |
./bore local 22 --to bore.pub --local-host 0.0.0.0 &
./bore local 3000 --to bore.pub --local-host 0.0.0.0 &
./bore local 22 --to bore.pub &
./bore local 11434 --to bore.pub &
wait

0 comments on commit 1ed3d39

Please sign in to comment.