Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Jan 19, 2024
1 parent 4763315 commit b45b0b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/release_docker_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ jobs:
environment:
name: publish
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Free Disk Space
uses: jlumbroso/[email protected]
if: runner.os == 'Linux'
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: false
- name: Checkout
uses: actions/checkout@v4
- name: Get git tag
Expand Down
2 changes: 1 addition & 1 deletion libs/infinity_emb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV PYTHONUNBUFFERED=1 \
POETRY_NO_INTERACTION=1 \
EXTRAS="all"

RUN apt-get update && apt-get install gcc python3.10 curl -y
RUN apt-get update && apt-get install gcc python3-dev python3.10 curl -y
# python3.10-venv
WORKDIR /app

Expand Down

0 comments on commit b45b0b2

Please sign in to comment.