test
This commit is contained in:
parent
81ad28029f
commit
60aeecd430
@ -19,9 +19,9 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apt-get update \
|
# RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends libgomp1 \
|
# && apt-get install -y --no-install-recommends libgomp1 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
# && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY pyproject.toml setup.py README.md ./
|
COPY pyproject.toml setup.py README.md ./
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user