We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163aa1e commit a4bfcddCopy full SHA for a4bfcdd
.github/workflows/build.yml
@@ -8,17 +8,11 @@ jobs:
8
runs-on: 4-core-ubuntu-gpu-t4
9
container:
10
image: pytorch/conda-cuda
11
- credentials:
12
- username: ${{ secrets.DOCKERHUB_USERNAME }}
13
- password: ${{ secrets.DOCKERHUB_TOKEN }}
14
env:
15
PYTHON_VERSION: "3.12"
16
BUILD_VERSION: "${{ github.run_number }}"
17
PYTORCH_VERSION: "2.4.1"
18
CU_VERSION: "cu121"
19
- TESTRUN_DOCKER_IMAGE: "pytorch/conda-cuda"
20
- DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
21
- DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
22
JUST_TESTRUN: 1
23
steps:
24
- uses: actions/checkout@v3
0 commit comments