Skip to content

Commit

Permalink
Try nvidia/cudagl
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Apr 21, 2024
1 parent 8ccd19d commit f28006e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: Build Docker images (scheduled)

on:
# pull_request: # TODO(aliberts): for testing, delete before merge
# branches:
# - main
pull_request: # TODO(aliberts): for testing, delete before merge
branches:
- main
workflow_dispatch:
workflow_call:
schedule:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: Self-hosted runner with slow tests (scheduled)

on:
pull_request: # TODO(aliberts): for testing, delete before merge
branches:
- main
# pull_request: # TODO(aliberts): for testing, delete before merge
# branches:
# - main
workflow_dispatch:
schedule:
- cron: "0 2 * * *"
Expand Down
2 changes: 1 addition & 1 deletion docker/lerobot-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN conda create -y -n lerobot python=${PYTHON_VERSION}
ENV PATH=/opt/conda/envs/lerobot/bin:$PATH

# Stage 2
FROM nvidia/opengl:1.0-glvnd-devel-ubuntu22.04 AS build-image
FROM nvidia/cudagl:11.3.0-devel-ubuntu20.04 AS build-image
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
Expand Down

0 comments on commit f28006e

Please sign in to comment.