Skip to content

Commit

Permalink
Test Docker image build (#42)
Browse files Browse the repository at this point in the history
* Test Docker image build

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
edoardob90 and pre-commit-ci[bot] authored Jan 15, 2024
1 parent 4336695 commit 57ccc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "Dockerfile"

jobs:
build-and-push:
build-and-push-docker-image:
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM ubuntu:latest AS base

# Install build-essential, cmake, and OpenBLAS
RUN apt-get update && \
apt-get install -y build-essential cmake libopenblas-dev
apt-get install -y build-essential cmake libopenblas-dev

0 comments on commit 57ccc38

Please sign in to comment.