Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
:alert: Lint O'clock
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Jul 25, 2024
1 parent b4df821 commit aa3485c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
Empty file modified .devcontainer/post-create.sh
100644 → 100755
Empty file.
Empty file modified .devcontainer/post-start.sh
100644 → 100755
Empty file.
17 changes: 10 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: List files
run: ls -R

- name: Build Image
id: build_image
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
Expand All @@ -28,10 +31,10 @@ jobs:
load: true
tags: ollamate

# - name: Run Python Tests
# id: run_python_tests
# run: |
# docker compose --file contrib/docker-compose-test.yml run --rm interfaces
# env:
# NETWORK: default
# IMAGE_TAG: dashboard
- name: Run Python Tests
id: run_python_tests
run: |
docker compose --file contrib/docker-compose-test.yml run --rm interfaces
env:
NETWORK: default
IMAGE_TAG: dashboard
3 changes: 3 additions & 0 deletions container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#checkov:skip=CKV_DOCKER_2
#checkov:skip=CKV_DOCKER_3

FROM public.ecr.aws/docker/library/node:20.11.1 AS build-node

WORKDIR /
Expand Down
1 change: 1 addition & 0 deletions contrib/Dockerfile.ollama
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM docker.io/ollama/ollama:latest

#checkov:skip=CKV_DOCKER_2
#checkov:skip=CKV_DOCKER_3
#checkov:skip=CKV_DOCKER_7
RUN <<EOF
# Start Ollama
nohup ollama serve &
Expand Down

0 comments on commit aa3485c

Please sign in to comment.