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 5e13db9 commit 0ed8ffd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ai/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ 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 0ed8ffd

Please sign in to comment.