This commit is contained in:
parent
77df7b3f7c
commit
1471b8e583
|
|
@ -84,7 +84,8 @@ FROM nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu22.04
|
|||
ENV DEBIAN_FRONTEND=noninteractive PYTHONUNBUFFERED=1 LANG=C.UTF-8 LC_ALL=C.UTF-8
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
python3 python3-pip python3-distutils ca-certificates && \
|
||||
python3 python3-pip python3-distutils ca-certificates \
|
||||
libopenblas-dev && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
python3 -m pip install --no-cache-dir --upgrade pip
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue