This commit is contained in:
parent
b4c31eb5ce
commit
bab8db7e69
|
|
@ -85,7 +85,7 @@ ENV DEBIAN_FRONTEND=noninteractive PYTHONUNBUFFERED=1 LANG=C.UTF-8 LC_ALL=C.UTF-
|
|||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
python3 python3-pip python3-distutils ca-certificates \
|
||||
libopenblas-dev libgomp1 libcupti-dev && \
|
||||
libopenblas-dev libgomp1 libcupti-dev libnuma1 && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
python3 -m pip install --no-cache-dir --upgrade pip
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue