Skip to content

Commit

Permalink
TST: fetch github actions hosted container
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jun 11, 2024
1 parent 543e50a commit 8274171
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,12 @@ jobs:
preview:
runs-on: ubuntu-latest-gpu
container:
image: docker://mmcky/quantecon-lecture-python:cuda-12.3.1-anaconda-2024-02-py311
image: ghcr.io/quantecon/lecture-python-container:cuda-12.3.1-anaconda-2024-02-py311
options: --gpus all
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
# - name: Setup Anaconda
# uses: conda-incubator/setup-miniconda@v3
# with:
# auto-update-conda: true
# auto-activate-base: true
# miniconda-version: 'latest'
# python-version: "3.11"
# environment-file: environment.yml
# activate-environment: quantecon
# - name: Install JAX[CUDA] and Numpyro[CUDA]
# shell: bash -l {0}
# run: |
# pip install --upgrade "jax[cuda12_local]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
- name: Check nvidia drivers
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 8274171

Please sign in to comment.