Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 5, 2024
1 parent 371d815 commit a3c00cb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,23 @@ jobs:
# run: |
# ls -l /mnt/cache/

container_gcp:
name: load docker image
runs-on: [single-gpu, nvidia-gpu, a10, ci]
container:
# TODO: make this $ {{ inputs.image }}
image: us-central1-docker.pkg.dev/gcp-partnership-412108/deep-learning-images/huggingface-pytorch-training-gpu.2.1.transformers.4.37.2.py310:latest
# options: --gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
steps:
- name: NVIDIA-SMI
run: |
echo "Hello A10"
nvidia-smi
- name: show directory
run: |
ls -l ./
github_repo:
name: github repo
runs-on: [single-gpu, nvidia-gpu, a10, ci]
Expand Down

0 comments on commit a3c00cb

Please sign in to comment.