Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 2, 2024
1 parent 59f9b6b commit 736492a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,12 @@ jobs:
image: huggingface/transformers-all-latest-gpu
options: --gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: clone
run: |
pwd
git clone https://github.com/huggingface/Google-Cloud-Containers.git
cd Google-Cloud-Containers
# git clone https://github.com/huggingface/Google-Cloud-Containers.git
# cd Google-Cloud-Containers
ls -la

0 comments on commit 736492a

Please sign in to comment.