Skip to content

Commit

Permalink
Updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Bhoyar committed Apr 28, 2024
1 parent f91deec commit 805d3c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/sync_wuth_hf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,4 @@ jobs:
- name: Push to Hugging face hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push --force https://rahul-bhoyar-1995:$HF_TOKEN@huggingface.co/spaces/rahul-bhoyar-1995/Fashion-Recommendation-System-using-Image-Features main

# Add the Docker build and run step here
- name: Build and run Docker image
run: |
docker build -t fashion-rec-system .
docker run fashion-rec-system
run: git push --force https://rahul-bhoyar-1995:$HF_TOKEN@huggingface.co/spaces/rahul-bhoyar-1995/Fashion-Recommendation-System-using-Image-Features main

0 comments on commit 805d3c3

Please sign in to comment.