Rahul Bhoyar commited on
Commit
6cc7b6e
1 Parent(s): 7f1d7da

Wprlflow file update

Browse files
Files changed (1) hide show
  1. .github/workflows/sync_wuth_hf.yml +6 -0
.github/workflows/sync_wuth_hf.yml CHANGED
@@ -16,3 +16,9 @@ jobs:
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
  run: git push --force https://rahul-bhoyar-1995:[email protected]/spaces/rahul-bhoyar-1995/Fashion-Recommendation-System-using-Image-Features main
 
 
 
 
 
 
 
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
  run: git push --force https://rahul-bhoyar-1995:[email protected]/spaces/rahul-bhoyar-1995/Fashion-Recommendation-System-using-Image-Features main
19
+
20
+ # Add the Docker build and run step here
21
+ - name: Build and run Docker image
22
+ run: |
23
+ docker build -t fashion-rec-system .
24
+ docker run fashion-rec-system