Skip to content

Fix Dockerfile numpy uninstall error during SAM 3 install #5

Fix Dockerfile numpy uninstall error during SAM 3 install

Fix Dockerfile numpy uninstall error during SAM 3 install #5

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches: [main, feat/build_system]
paths:
- Dockerfile
- optimization_core/**
- scripts/**
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v6
with:
context: .
push: true
tags: |
kumarrobotics/lamp:latest
kumarrobotics/lamp:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max