Skip to content

Commit

Permalink
Try removing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
josephine-wolf-oberholtzer committed May 16, 2024
1 parent b8a60e7 commit 379b439
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
name: Build image
runs-on: ubuntu-latest
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Checkout
uses: actions/checkout@v4
- name: Log in to the Container registry
Expand All @@ -41,6 +45,6 @@ jobs:
- name: Git LFS Pull
run: git lfs pull
- name: Build image
run: make build
run: docker compose build api
- name: Push image
run: make push
run: docker compose push api
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
image: ghcr.io/josephine-wolf-oberholtzer/praetor:latest
ports:
- 8000:8000
shm_size: 256m
ulimits:
memlock: -1
rtprio: 99
Expand Down

0 comments on commit 379b439

Please sign in to comment.