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
4
4
5
5
ENV PATH="/usr/local/cargo/bin:$PATH:/opt/conda/bin/"
6
6
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
8
8
9
9
# Some packages in requirements-cpu are installed here
10
10
# IBM provides optimized packages for ppc64le processors in the open-ce project for mamba
@@ -18,9 +18,8 @@ ARG GIT_REPO_CHECK=0
18
18
RUN --mount=type=bind,source=.git,target=.git \
19
19
if [ "$GIT_REPO_CHECK" != 0 ]; then bash tools/check_repo.sh; fi
20
20
21
- # These packages will be in rocketce eventually
22
21
RUN --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 \
24
23
'cmake>=3.26' ninja packaging 'setuptools-scm>=8' wheel jinja2 \
25
24
torch==2.3.1 \
26
25
-r requirements-cpu.txt \
You can’t perform that action at this time.
0 commit comments