Skip to content

Commit

Permalink
change docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke committed Jan 24, 2024
1 parent b2af5d0 commit 8914de7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test_3d_parallelism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ jobs:
tests:
runs-on: [multi-gpu, nvidia-gpu, 8-t4, ci]
container:
image: nvcr.io/nvidia/pytorch:23.03-py3
# image: nvcr.io/nvidia/pytorch:23.03-py3
image: runpod/pytorch:2.1.1-py3.10-cuda12.1.1-devel-ubuntu22.04
ports:
- 80
options: --gpus all --shm-size "8G"
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
# - name: Set up Python 3.10
# uses: actions/setup-python@v2
# with:
# python-version: '3.10'

- name: Python environment
run: |
Expand Down

0 comments on commit 8914de7

Please sign in to comment.