test
This commit is contained in:
parent
81ad28029f
commit
60aeecd430
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user