File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ USER root
44
55ENV PATH="/usr/local/cargo/bin:$PATH:/opt/conda/bin/"
66
7- RUN apt-get update -y && apt-get install -y git wget curl vim libnuma-dev libsndfile-dev libprotobuf-dev build-essential ffmpeg libsm6 libxext6 libgl1
7+ RUN apt-get update -y && apt-get install -y git wget curl vim libnuma-dev libsndfile-dev libprotobuf-dev build-essential ffmpeg libsm6 libxext6 libgl1 libssl-dev
88
99# Some packages in requirements-cpu are installed here
1010# IBM provides optimized packages for ppc64le processors in the open-ce project for mamba
@@ -18,9 +18,8 @@ ARG GIT_REPO_CHECK=0
1818RUN --mount=type=bind,source=.git,target=.git \
1919 if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh; fi
2020
21- # These packages will be in rocketce eventually
2221RUN --mount=type=cache,target=/root/.cache/pip \
23- pip install -v --prefer-binary --extra-index-url https://repo.fury.io/mgiessing \
22+ RUSTFLAGS='-L /opt/conda/lib' pip install -v --prefer-binary --extra-index-url https://repo.fury.io/mgiessing \
2423 'cmake>=3.26' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
2524 torch==2.3.1 \
2625 -r requirements-cpu.txt \
You can’t perform that action at this time.
0 commit comments