Skip to content

Commit

Permalink
⚡ improve docker image size
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri committed Dec 8, 2024
1 parent 7e33f3f commit 1016037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ai_evaluation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
evaluate:
runs-on: ubuntu-latest
container:
image: aminedjeghri/python3.11-nvm22.08:latest
image: aminedjeghri/python-uv-node:latest
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default:
image: aminedjeghri/python3.11-nvm22.08:latest
image: aminedjeghri/python-uv-node:latest

stages:
- evaluate
Expand Down

0 comments on commit 1016037

Please sign in to comment.