Skip to content

Commit

Permalink
platform
Browse files Browse the repository at this point in the history
  • Loading branch information
nfyxhan authored Mar 22, 2024
1 parent 10452da commit 55cde91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
tags: |
${{ env.FULL_IMAGE }}
${{ env.LATEST_IMAGE }}
platforms: linux/amd64
platforms: linux/arm64
cache-from: type=registry,ref=${{ env.CACHE_IMAGE }}
cache-to: type=registry,ref=${{ env.CACHE_IMAGE }},mode=max
env:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
libtorch==1.2.0.1
numpy==1.14.6
opencv-python==3.4.4.19
opencv-python==3.4
# .4.19
Pillow==7.1.0
tornado==6.0.4
urllib3

0 comments on commit 55cde91

Please sign in to comment.