diff --git a/Dockerfile b/Dockerfile index cae8fba..5a8a476 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,9 +19,9 @@ ENV PYTHONDONTWRITEBYTECODE=1 \ WORKDIR /app -RUN apt-get update \ - && apt-get install -y --no-install-recommends libgomp1 \ - && rm -rf /var/lib/apt/lists/* +# RUN apt-get update \ +# && apt-get install -y --no-install-recommends libgomp1 \ +# && rm -rf /var/lib/apt/lists/* COPY pyproject.toml setup.py README.md ./ COPY src ./src