Skip to content

Commit

Permalink
push image
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-popescu-reef committed Sep 16, 2024
1 parent ddcc0a9 commit 78c840b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
cd src/compute_horde_prompt_gen
python download_model.py --model_name phi3 --huggingface_token "${{ secrets.HUGGINGFACE_API_KEY }}"
python download_model.py --model_name llama3 --huggingface_token "${{ secrets.HUGGINGFACE_API_KEY }}"
docker build -t $IMAGE_NAME .
docker push -t $IMAGE_NAME:TAG_VERSION

0 comments on commit 78c840b

Please sign in to comment.