Skip to content

Commit

Permalink
gpu issues?
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Oct 1, 2024
1 parent a173028 commit 3086425
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-gpu-image.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Docker GPU Image
name: GPU Image
on:
workflow_dispatch: null
push:
paths: ['images/Dockerfile.gpu']
paths: ['images/Dockerfile.gpu', 'images/rl-env.yml', 'images/spatial-env.yml', 'images/jupyter-ai.yml']
jobs:
build:
runs-on: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions images/rl-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ dependencies:
- huggingface_hub
- nox
- nvitop
- glances
- plotnine
- PyYaml
- pytest
- stable-baselines3
- sb3-contrib
- scikit-optimize
- pip:
- ray[rllib,tune]
- huggingface_sb3
# - ray[rllib,tune]
# - huggingface_sb3

0 comments on commit 3086425

Please sign in to comment.