Skip to content

Commit

Permalink
try pytorch container
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
  • Loading branch information
sarahyurick committed Oct 4, 2024
1 parent 11230f4 commit 2964bd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gpuci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ jobs:
docker rm -f nemo-curator-container
fi
- name: Run Docker container with Python 3.10
- name: Run Docker container
run: |
docker run --gpus all --runtime=nvidia --name nemo-curator-container -d nemoci.azurecr.io/nemo_curator_container:${{ github.run_id }} bash -c "sleep infinity"
- name: Check environment
- name: Check GPUs
run: |
whoami
docker exec nemo-curator-container nvidia-smi
docker exec nemo-curator-container find / -name "libnvrtc*"
- name: Verify installations
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM nvcr.io/nvidia/pytorch:24.07-py3

WORKDIR /opt

Expand Down

0 comments on commit 2964bd7

Please sign in to comment.