We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e6bd7 commit 0878c68Copy full SHA for 0878c68
.github/workflows/nightly.yml
@@ -29,8 +29,8 @@ on:
29
env:
30
UV_VERSION: "0.8.0"
31
PYTHON_VERSION: "3.10"
32
- DOCKER_IMAGE_NAME_CPU: huggingface/lerobot-gpu:latest
33
- DOCKER_IMAGE_NAME_GPU: huggingface/lerobot-cpu:latest
+ DOCKER_IMAGE_NAME_CPU: huggingface/lerobot-cpu:latest
+ DOCKER_IMAGE_NAME_GPU: huggingface/lerobot-gpu:latest
34
35
# Ensures that only the latest commit is built, canceling older runs.
36
concurrency:
0 commit comments