diff --git a/ai/containers/Dockerfile b/ai/containers/Dockerfile index a6b1bc27..d1b3f47f 100644 --- a/ai/containers/Dockerfile +++ b/ai/containers/Dockerfile @@ -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