Skip to content

Commit a16c7cb

Browse files
authored
Revert "added base image dockerfile for nvidia GPU support" (#9)
1 parent 4d50d60 commit a16c7cb

File tree

3 files changed

+1
-48
lines changed

3 files changed

+1
-48
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,6 @@ jobs:
1717
-
1818
name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v3
20-
-
21-
name: Login to GitHub Container Registry
22-
uses: docker/login-action@v3
23-
with:
24-
registry: ghcr.io
25-
username: ${{ github.actor }}
26-
password: ${{ secrets.GITHUB_TOKEN }}
27-
-
28-
name: Build estimator base
29-
uses: docker/build-push-action@v6
30-
with:
31-
file: Dockerfile.estimator.base
32-
push: true
33-
tags: ghcr.io/yadunund/ibpc/estimator-base:latest
3420
-
3521
name: Build estimator
3622
uses: docker/build-push-action@v6

Dockerfile.estimator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/yadunund/ibpc/estimator-base:latest AS base
1+
FROM ros:jazzy-perception AS base
22

33
SHELL [ "/bin/bash" , "-c" ]
44

Dockerfile.estimator.base

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)