build dependencies and aws-cli

This commit is contained in:
Wing Lian
2023-05-07 11:02:26 -04:00
parent 2734e3f1a2
commit 92d800a394
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ ARG CUDA="cu118"
ENV PYTHON_VERSION=$PYTHON_VERSION
RUN apt-get update
RUN apt-get install -y wget && rm -rf /var/lib/apt/lists/*
RUN apt-get install -y wget git build-essential ninja-build git-lfs && rm -rf /var/lib/apt/lists/*
RUN wget \
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \