Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zoechbauer committed Aug 16, 2023
1 parent 0ed8ffd commit ed30b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ./ai/containers
dockerfile: ./ai/containers/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
4 changes: 1 addition & 3 deletions ai/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ FROM python:3.9.17-slim AS build

WORKDIR ai

RUN ls

# Copy the required files to the container
COPY env-files env-files
COPY src src
COPY tests tests
COPY setup.py setup.py
#COPY README.md README.md
COPY README.md README.md

# Set environment variable
ENV LC_ALL=C
Expand Down

0 comments on commit ed30b83

Please sign in to comment.