needs libaio-dev from apt
Browse files- docker/Dockerfile-base +1 -1
docker/Dockerfile-base
CHANGED
|
@@ -13,7 +13,7 @@ ARG CUDA="cu118"
|
|
| 13 |
ENV PYTHON_VERSION=$PYTHON_VERSION
|
| 14 |
|
| 15 |
RUN apt-get update
|
| 16 |
-
RUN apt-get install -y wget git build-essential ninja-build git-lfs && rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
RUN wget \
|
| 19 |
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|
|
|
|
| 13 |
ENV PYTHON_VERSION=$PYTHON_VERSION
|
| 14 |
|
| 15 |
RUN apt-get update
|
| 16 |
+
RUN apt-get install -y wget git build-essential ninja-build git-lfs libaio-dev && rm -rf /var/lib/apt/lists/*
|
| 17 |
|
| 18 |
RUN wget \
|
| 19 |
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|